Retrieve the OAuth token

This endpoint returns an OAuth token when requested.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required
Defaults to authorization_code

The parameter must be set to either authorization_code to request access or refresh_token to continue without redoing the authentication process again.

Allowed:
string

A string received from the authentication server for verification purposes.

string

The URL that will redirect the user.

string

A token to refresh the session without needing to re-enter the credentials. Only required when the grant_type is refresh_token.

string
required

The client ID of the partner's app or platform.

string
required

An identifier required for authentication of the client's app or platform.

Responses

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