Authentication
All the API’s utilize Basic authentication, where you need to include theAuthorization
header in your HTTPS requests. The header value should be in the format
Basic Base64 encode using the relevant clientID and SecretKey.
Example :
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
To authenticate, you’ll require the following credentials:
- clientID: Your unique account identifier.
- SecretKey: Your account password, used for sending API requests.