Authorization header.
Creating an API token
To create an API token, start by logging into the Smart Send platform .1
Navigate to API Tokens
Go to API Tokens.
2
Create token
In the Create API Token section, fill in a name. The name is only used for your internal classification and is not visible outside your team.

3
Generate token
Click the Create button. A modal opens displaying the newly generated API token.

Using your API token
Include your API token in theAuthorization header of every request, prefixed with Bearer:
Treat API tokens like passwords. Never commit them to version control, embed them in client-side code, or share them in support tickets. Use environment variables or a secrets manager to keep them safe.
Revoking an API token
If a token is no longer needed or may have been exposed, revoke it immediately.1
Navigate to API Tokens
Go to API Tokens.
2
Find the token
In the Manage API Tokens section, find the token you want to delete.

3
Delete the token
Click the Delete button next to the token and confirm the action.
