Authentication
Exchange credentials for a JWT
Issues a signed HS256 JWT access token valid for the configured TTL (default 1 hour). Accepts either application/x-www-form-urlencoded query parameters or a JSON body with client_id and client_secret fields.
Rate limited to 10 requests per minute per IP.
post/v1/auth/token
Query parameters
client_idstring
Client ID (query param or JSON field)
client_secretstring
Client secret (query param or JSON field)
Response
Token issued