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.
Obtain your credentials
The Email API client requires two credentials:- API key: a secret token that authenticates your requests
- Username: your Paubox API endpoint username (not your login email)
Create a .env file
Add your credentials to a.env file at your project root:
Authorization header on every request:
Forms client
Paubox\PauboxForms requires no credentials. Form submissions are associated with the form ID, not an API key.
Security notes
- Never commit
.envfiles to source control. Add.envto your.gitignore. - The SDK does not expose credentials in error messages or logs.