The Smart Send API uses bearer tokens for authentication. Every request must include a valid API token in theDocumentation Index
Fetch the complete documentation index at: https://docs.smartsend.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Creating an API token
To create an API token, start by logging into the Smart Send platform .Navigate to API Tokens
Go to API Tokens.
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.

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.Navigate to API Tokens
Go to API Tokens.


