API Reference
Log In
API Reference

/oauth/token/

Oauth token generation endpoint

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
Form Data
string
required

Client Identifier

string
required

Client Secret

string
required

password is grant_type that is to be used intially

string
required

Username of the account used to generate the access token

string
required

Password of the account used to generate the access token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json