Authentication
How to authenticate with the Tolt API
The Tolt API uses Bearer authentication. For all API requests, you need to include your API key in the Authorization
header using the Bearer scheme.
API Keys
API keys can be found and created in the Settings -> Integrations tab of your Tolt dashboard.
Example Request
Security
- Keep your API keys secure and never share them publicly
- API keys carry many privileges, so be sure to keep them secure
- Do not commit API keys to your source code
- Do not share API keys in client-side code
- Rotate your API keys periodically
Permissions
Each API key has full access to all API endpoints. We recommend creating separate API keys for different applications or services to make it easier to manage and rotate keys when needed.