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>
x-api-key: <your_api_key>