Authentication πŸ”

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.

Retrieve the keys from the settings page

Your authorization header to be shared as a bearer token.Sample Authorization Header

Sample Authorization Header

Authorization: Bearer sk_test_lihdu9g8rhudfsbfsdd

Last updated