Settings
-> Developer API
-> New API Token
.
There are two types of tokens (keys) you can create.
api-user
tokens only authenticate for the workspace they were created in. Each workspace will need a separate token.super-admin
tokens impersonate the user that created them. While they can only be scoped to one workspace at a time, the workspace they are scoped to will change if the user changes their workspace.api-user
keys. They are simpler to mange, and generally offer the same permissions.Authorization: Bearer YOUR_API_KEY
Where Authorization
is the Key in your header, and Bearer YOUR_API_KEY
is the Value.
An example of a request that is properly authenticated: