Authentication

How to Authentication API Calls

We provide a RESTful API that allows you to interact with our services programmatically.
To authenticate we provide public and secret keys. You can get your keys by contacing support.

Public Key

This API Key as name suggests is public and can be used in client-side applications. It is used to identify your project and track usage.
The public key will be used while invoking SDK on client side.

Secret Key

The secret key will be used while making API calls from your server. Make sure to keep it secure and do not expose it in client-side code.
To authenticate API requests, include the secret key in the header of your HTTP requests as a below.

x-api-secret: YOUR_SECRET_KEY