v1

latestOpenAPI 3.0.32026-08-068721.4 KB
Authentication

Obtain an access token

OAuth 2.0 Client Credentials grant. Returns a Bearer token valid for 1 hour. Credentials may be passed in the request body or via HTTP Basic Auth header.

post/v2/oauth/token

Response

Access token issued successfully

access_tokenstring

JWT to include in all API requests

token_type'Bearer'
expires_ininteger

Token validity in seconds (3600 = 1 hour)