Skip to main content
Obtain a token, then send it as a Bearer token on every request.

Obtain a token

POST /auth/tokens with your credentials returns a short-lived JWT.

Call an endpoint

Send the token in the Authorization header.

Status codes