Skip to main content

Obtain a Refresh and Access Tokens

POST 

/v1/oauth/token

This endpoint supports two key operations:

  • Obtain an initial Refresh Token by passing grant_type: "client_credentials" together with your client_id and client_secret. The response will contain the initial Refresh Token and an Access Token.
  • Renew Access Token by passing grant_type: refresh_token using a valid Refresh Token next to your client_id. The Refresh token, used in the request, will be invalidated.

Request

Responses

Success Response