Authentication π
Last updated
Last updated
Authenticate your API calls by including your secret key in the Authorization header of every request you make. You can manage your API keys from the API Dashboard. You need to navigate to the settings page on the dashboard to retrieve the keys.
The secret key can be used to create requests and purchase plans and other product offerings. They are are to be kept secret. If for any reason you believe your secret key has been compromised or you wish to reset them, you can do so from the dashboard or reach out to us to help.
Please, remember to not commit your secret keys to git, or use them in client-side code
Your authorization header to be shared as a bearer token.Sample Authorization Header