- Log into your dashboard
- Navigate to Settings -> Manage API Credentials
- Click on generate secret key and then copy the secret key displayed to in the modal, please note that the secret key is a view once only function
- Once you have the secret key, copy your clientId under the test section
Base URL
The base URL for all API requests on the production environment is:Authentication
You are to generate your token using a base64 encoded value of your client and secret keys. Endpoint:GET /auth/token
Headers