Last updated 10 months ago
Without authenticating yourself first, you won't be able to use our API.
/auth
Your private access identification
13lk24jk14j
Your private access secret identification
A13IAKSPTOLXM1
Your ID
123
User external client ID
ABCD
Your access token, required to do requests
Internal server error
curl -L \ --request POST \ --url '/auth' \ --header 'Content-Type: application/json' \ --data '{"accessId":"13lk24jk14j","secretId":"A13IAKSPTOLXM1","merchantId":123,"externalClientId":"ABCD"}'
{ "accessToken": "=12039124JUKASKNAUJRWRHRNA", "expiresIn": 3600, "tokenType": "Bearer" }