All API requests require a Bearer token in theDocumentation Index
Fetch the complete documentation index at: https://docs.unosend.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Getting an API Key

- Go to API Keys in your dashboard
- Click Create API Key
- Copy the key — it starts with
un_and is only shown once
Using the Key
Include it in every request:Security Best Practices
- Never expose keys in client-side code — only use them server-side
- Use environment variables — store keys in
UNOSEND_API_KEY, not in source code - Rotate keys regularly — delete old keys and create new ones in the dashboard
- One key per service — use separate keys for different apps so you can revoke independently
Error Responses
| Status | Meaning |
|---|---|
401 | Missing or invalid API key |
403 | Key doesn’t have permission for this action |