paubox auth login once and your credentials are stored securely; you won’t need to pass them on every command.
To get your API key and endpoint username, go to Paubox Email API > Settings or follow the Quickstart guide.
Commands
auth login
auth logout
auth status
Where credentials are stored
In CI environments, set credentials via environment variables instead of running
auth login. The CLI reads PAUBOX_API_KEY and PAUBOX_API_USERNAME if present, and these take precedence over stored credentials.paubox forms get and paubox forms submit call public Paubox Forms endpoints and do not require paubox auth login.