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
- 200
- 401
Successful response with a bearer token.
Unauthorized – invalid or missing authentication credentials.