Authorization header. Keys are generated per domain from the Paubox Email API > Settings page.
Find your credentials
Open Email API Settings
Go to Paubox Email API > Settings and click the domain you want to send from.
Generate an API key
Click Add API Key, give it a description, and save. Copy the key immediately; it is displayed only once.
Pass credentials in requests
Include theAuthorization header with every API call:
Bearer format (preferred)
Legacy Token format (also accepted)
Key rotation
- Generate a new key before revoking an old one to avoid downtime.
- Each domain can have multiple active keys, which is useful for rotating across services independently.
- Revoke keys immediately if they are exposed or a team member with access leaves.