Authentication

Generate an authentication token based on the BASIC authorization header.

post/Authentication

Headers

Authorizationstring required

Basic Base64 encoded Authorization Header with your Client Id and Secret

Response

OK

tokenstring required

A string representation of the authentication token. Calls to API functions that require a token should use this value

schemastring required

The schema of the authentication token

expiresInMinutesinteger required

The number of minutes after which the authentication token will expire

Changes