Oauth token generation endpoint

Use this API to generate an access token that can be used rest of the APIs.

Auth Credentials

As mentioned, you need these 4 credentials to retrieve a token from this API:

  1. username
  2. password
  3. client_id
  4. client_secret

Please get in touch with your customer success representative to fetch this information.

🚧

Please note

/oauth/token/ endpoint accepts data as a POST form and not a json dump unlike rest of the APIs below

Test field values

FieldValue
client_idtest_client_id
client_secrettest_client_secret
grant_typepassword
passwordtest_api_user
usernametest_api_user
Language
Click Try It! to start a request and see the response here!