Skip to main content

Get Access Token

POST 

/auth

Returns a short-lived bearer token. Authenticate with HTTP Basic credentials — the same username and password used to log in to the dashboard. Use the returned token in all subsequent requests as Authorization: Bearer <token>.

Responses

Successful response with a bearer token.