Authentication

Generate API Key

To generate your API key, go to the project settings page and scroll to API Key section.

API Key is automatically generated, or you can also click on Generate New button to create a new one.

You can generate new key at any point and the old key will be invalidated immediately.

Scope

Each API is key is scoped to the project. Thus, each project will have different API keys.

Making request

Include the following header in each of your request to be authenticated properly.

Authorization: Bearer API_KEY

Replace API_KEY with the API key from the previous step.

Last updated

Was this helpful?