Exchange client credentials for a short-lived access token.

Accepts either application/x-www-form-urlencoded (standard) or application/json request bodies.

Required parameters:

  • grant_type – must be "client_credentials"
  • client_id
  • client_secret
post/api/v1/oauth/token

Request body

object required

Response

Success

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.