Authentication
To call our API endpoints, you must include the Authorization header in each request. This header is obtained by authenticating with the system.
We are enabling the Basic Auth to generate the Authorization header.

Please connect with our tech support team to get your merchant_id and merchant_secret.
Example of an Authorization header with an access token:
Authorization: Basic ZGAtnzpwQDU1dzByZA==
Updated 13 days ago