GET
/
ping
curl --request GET \
  --url https://api-sandbox.letshum.com/ping \
  --header 'Authorization: Bearer <token>'
{
  "message": "🎤 We're humming along!",
  "request_status": "ok",
  "data": {},
  "timestamp": "2024-09-20T23:13:31.179Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

API is available, and token is valid

The response is of type object.