Get Session Detail
Returns a single session with address, order, commission, and full cart progression timeline. The session must belong to the authenticated client.
Authorizations
Bearer token authentication using API tokens.
Include the token in the Authorization header as: Authorization: Bearer <token>
Obtain tokens from your Hum representative or contact support@letshum.com. There is no self-serve API key dashboard.
Path Parameters
Session UUID
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
Response
Session detail with cart progression
A message returned by the API. Includes a human-readable message about the status of the request.
"What happened in the most recent request."
An informational summary returned in API response bodies: ok for successful responses, warning for standard request errors, and error for endpoint-specific failures. Integrations must use the HTTP status code, not request_status, to determine whether a request succeeded.
ok, warning, error "ok"
Full session detail with nested order and cart progression.
