Documentation Index
Fetch the complete documentation index at: https://help.xoxo.email/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
/v1.
Authentication
The API authenticates requests with bearer tokens. Get one in Settings → Apps, then include it on every request:Pagination
List endpoints return adata array alongside a meta object:
page and per_page query parameters to walk through results.
Errors
The API uses conventional HTTP status codes.| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
204 | Success, no content |
400 | Invalid request |
401 | Missing or invalid API key |
404 | Resource not found |
422 | Validation failed |
429 | Rate limit exceeded |
5xx | Server error |
Rate limits
Requests are rate limited per API key. When you exceed the limit, the API responds with429 Too Many Requests. Back off and retry after a short delay.