Skip to main content

Authentication

Getting authenticated to use our services


Authentication is done by passing your API Key as an Authorization: Bearer <token> header. To get your API key, to "Settings -> Developer Access -> Generate New Key" in your dashboard.

To get authenticated, pass your API key as an Authorization: Bearer header:

headers: {
"Authorization": "Bearer {your_api_key}",
},

Keep your secret key as securely as possible. As it provides full access to your account.

Because your bearer token can be used to make any API call on your behalf, you should treat it like any other password and only give it to people who need it.

📘 Important to Note!

You can re-generate a fresh token from your dashboard if one has been compromised.