Skip to main content
POST
Create access token

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Body

application/x-www-form-urlencoded
client_id
string
client_secret
string
grant_type
string
code
string
redirect_uri
string
refresh_token
string

Response

default - application/json;charset=UTF-8

default response

access_token
string
expires_in
integer<int64>
token_type
string
refresh_token
string