API Reference
Create an access token.
Log in to see full request history
Body Params
string
required

Client ID.

string
required

Client secret.

string
required

OAuth Grant type.

string

OAuth Scope (separated by a space). See API scopes for more details. Used when grant_type is client_credentials.

string

Authorization code. Used when grant_type is authorization_code.

string

Redirect URI. Used when grant_type is authorization_code.

string

Refresh token. Used when grant_type is refresh_token.

Responses

Response body
object
string

Access token.

string

Refresh token.

string

Token type.

integer

Token expiration time in seconds.

string

Token scopes.

integer

Token creation timestamp.

Headers
object
string
integer

Language