API Reference
Authentication
How to authenticate with the Sendbot API v3.0.0
API Keys
Sendbot API v3 uses API Keys for authentication. You can generate an API key in your workspace settings.
To authenticate, pass the x-api-key header with your API Key, or use the Bearer Token method.
Bearer Token
Authorization: Bearer <your_api_key>
Header
x-api-key: <your_api_key>