Skip to main content

Generating an API token

Daniel Ferguson avatar
Written by Daniel Ferguson
Updated over 7 months 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?