Authentication

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 "live" and "test".


Token Generation

The access token can be generated by calling the Authenticate API where you need to pass the API Key and API Secret in the headers.


Token Validity

The access token generated using the Authenticate API has a validity of 24 hours. You can regenerate the token anytime using the Authenticate API.