Authorizations
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.
Path Parameters
The session token identifying the specific session
Example:
"XqCmeTVgYXrbWrZFZEymkD"
Response
Session closed successfully
Example:
"Session closed successfully"
A status code summarizing the outcome of this response.
- ok: Request was successful
- warning: Request was processed but with some issues
- error: Request failed
Available options:
ok
, warning
, error
Example:
"ok"
Empty object for this response
Metadata about the session. Can be used to track the status of the session, time since creation, and time since last update.