If you’re not sure where to start, visit our Quickstart Guide.Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
https://api.paubox.net/v1/<USERNAME>
Replace <USERNAME> with your API endpoint username
Authorization
Use the authorization header in request:authorization: Token token=<API_KEY>
Replace <API_KEY> with your API key
Date format
Dates are passed as strings formatted to RFC 2822 standards e.g. “Fri, 16 Feb 2018 13:00:00 GMT”Standard HTTP response codes
| Status Code | Status Message |
|---|---|
| 200 | Service Ok |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500, 502, 503, 504 | Server Error |