Settings
-> Developer API
on your EmailBison instance.
There are two types of tokens you can create:
api-user
: this only authenticates for the workspace, and you need to create a different key for each workspace.super-admin
: this token bypasses workspace restrictions and impersonates the owner of the account. This token type is not recommended.api-user
token type. This is the recommended token type even for no-code platforms like Zapier or ClayAuthorization: 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: