Authentication
Before you can call any API endpoint, you must first acquire an OAuth 2 authorization token. This is done by calling the following POST endpoint:
POST
/api/v1/access-token/b2b
Last updated
Before you can call any API endpoint, you must first acquire an OAuth 2 authorization token. This is done by calling the following POST endpoint:
POST
/api/v1/access-token/b2b
Last updated
Content-Type
application/json
X-TIMESTAMP
Client's current local time in yyyy-MM-ddTHH:mm:ssTZD
X-CLIENT-KEY
Client`s client_id (given at Create Credentials)
X-SIGNATURE
Service’s signature (given at )