Skip to main content
All CollectionsAPI
Generating an API token
Generating an API token
D
Written by Declan Haigh
Updated over a month ago

API tokens

To generate an API token for your company, visit the API section in the company setup page. Note that this page is only visible to company users with the “auth manager” role. If you cannot see this page, please contact support.

API tokens are associated with a company, not a user. Therefore, all API tokens for a given company have access to all projects that that company has access to.

Click Generate new token and:

  1. Choose a name and expiration date

  2. Click Generate

Using the API

To use the API, include this token as a standard bearer token under the Authorization header with each request. Endpoints are documented on the API endpoints page.

Did this answer your question?