EmailBison uses to authenticate requests. You can create tokens by visiting 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.
It is recommended to use api-user keys. They are simpler to mange, and generally offer the same permissions.
All API requests should include your API key in an Authorization HTTP header as follows:Authorization: Bearer YOUR_API_KEYWhere Authorization is the Key in your header, and Bearer YOUR_API_KEY is the Value.An example of a request that is properly authenticated: