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 values:- API key: a secret token that authenticates your requests
- API host: the full endpoint URL for your account, which includes your username
Environment variables (recommended)
Set these in your shell or a.env file loaded by your application:
YOUR_USERNAME with your Paubox API endpoint username. The SDK reads these automatically — no constructor arguments needed:
Constructor parameters
Pass credentials directly if you prefer not to use environment variables:Authorization header automatically on every request:
Forms client
PauboxFormsClient requires no credentials:
Security notes
- Never hard-code credentials in source files.
- The SDK does not log API keys or request bodies.