Introduction
Lets guide you to integrate our API into your applications
Authentication
Authenticate your API calls by including your encoded keys in the Authorization header of every request you make. This can be done once by setting up Global Variable on Parent folder. You can manage your API keys from the dashboard.
Protect your keys
Do not commit your keys to git, or use them in client-side code.
Last updated
Was this helpful?