Authentication
Generate API Key

Scope
Making request
Last updated
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.

Each API is key is scoped to the project. Thus, each project will have different API keys.
Include the following header in each of your request to be authenticated properly.
Replace API_KEY with the API key from the previous step.
Last updated
Authorization: Bearer API_KEY