v1
latestOpenAPI 3.0.02026-07-22207183.5 KBAuth
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
Response
A response containing the access_token for you to use.