Skip to main content

Get OAuth 2.0 Access Token

POST 

/auth/token

Obtain an access token using the OAuth 2.0 client credentials flow. Tokens are valid for 1 hour (3599 seconds) and should be cached and reused.

Supported Content Types:

  • application/x-www-form-urlencoded (standard OAuth format)
  • application/json (convenience format)

Request

Responses

Access token successfully generated