Authentication

To explore our APIs, you will require a user token from us. You can find the user token on our dashboard for both environments (sandbox and production) - Please ask for the user token directly from our support team if the dashboard isn't available. We authenticate the account using 'API Key' Authorization.

Follow this step if you want to authenticate your API:

  1. Get your user token directly from our support team
  2. Encode your user token to base64
  3. Include your encoded user token into the 'Authorization' header. Use your encoded user token for the value and 'Authorization' for the key.

For example, your user token is

5289b2c5a69a1f4ca114d5f439539658ad2d14ed78759d3f0e1e5cfd291e13fc

Then encode the user token to base64. The encoded user token will look like this

NTI4OWIyYzVhNjlhMWY0Y2ExMTRkNWY0Mzk1Mzk2NThhZDJkMTRlZDc4NzU5ZDNmMGUxZTVjZmQyOTFlMTNmYw==

Include this encoded user token into Authorization header with API Key type. Don't forget to input 'Authorization' for the key. After that, you're free to explore our APIs.