Skip to main content
POST
Get Partner Token

Authorizations

Authorization
string
header
required

HTTP Basic authentication using base64(client_id:secret_key).

Headers

Content-Type
string
default:application/x-www-form-urlencoded
required

Response

200 - application/json

Partner access token issued

access_token
string

The partner access token.

refresh_token
string

Token used to obtain a new partner access token before expiry.

token_type
string

The token type.

Example:

"bearer"

expires_in
integer

Lifetime of the access token, in seconds.

Example:

3600