API Documentation
Authentication
How to authenticate requests to the API
Each request to the API must be authenticated with a valid API token. You can find your secret API key in the API keys of your project.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate requests to the API
'Authorization': 'Bearer <YOUR-API-KEY>'
| Action | Allowed |
|---|---|
| Sending emails | ✔️ |
| Retrieving emails | ✔️ |
| Creating domains | ✔️ |
| Deleting domains | ✔️ |
| Retrieving domains | ✔️ |
| Creating api keys | ✔️ |