v3

latestOpenAPI 3.0.1Proprietaryraw.githubusercontent.com2026-04-174552109.9 KB
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