Simple health check endpoint to verify API availability and authentication status. Use this endpoint for monitoring and to validate API tokens.
{
"message": "🎤 We're humming along!",
"request_status": "ok",
"data": {},
"timestamp": "2024-03-20T23:13:31.179Z"
}
Bearer token authentication using JWT tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens through your Hum API account dashboard or contact support@letshum.com for access.
API is available, and token is valid
The response is of type object
.