#Authentication
Number of APIs: 2
Authentication is the initial step to accessing the Sandbox API. It involves using the API Key and Secret to generate an access token. This token serves as a secure authorization method, enabling the API client to make authenticated API requests on behalf of the user or application.
Your unique API Key and API Secret are accessible via the dashboard, with separate sets for live and test environments, identified by the prefixes
liveandtest
-
Authenticate POST {{sandbox_host}}/authenticate
-
Authorize POST {{sandbox_host}}/authorize?request_token={{access_token}}