Auth

Authenticate

Exchange your API key and secret for a bearer token. Tokens expire after 2 hours — cache them and refresh proactively (or on 401).

post/authenticate

Response

Success

statusstring required

success or error.

messagestring

Human-readable status message.

{"stackTrail":"components:schemas:ResponseEnvelope:properties:data","oasType":"schema","type":"unknown","description":"Endpoint-specific payload. Paginated list endpoints wrap a `{ page, limit, count, nextPage, data: [...] }` object here; single-record endpoints place the record directly."}

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.