v1

latestOpenAPI 3.0.02026-07-22207183.5 KB
Auth

Get access token

Given a client_id and client_secret, this will return an access_token which can be used in the Authorization header of subsequent requests to the Merchant API.

The token provided will last for 3600 seconds (1 hour) and will need to be refreshed after this time.

post/api/oauth/token

Request body

client_idstring required
client_secretstring required
grant_type'client_credentials' required

Response

A response containing the access_token for you to use.

access_tokenstring
expires_instring
token_type'bearer'
All 20 operations