Pouch Mail

Authentication

PouchMail uses two-key authentication to ensure your credentials remain secure. Both keys must be included in every API request.

Key 1: Authorization

Header: Authorization

Authorization: 4f2e-8a1c-9b7d-3e5f

Key 2: X-Api-Key

Header: X-Api-Key

X-Api-Key: a9c2-d4e5-f6g7-h8i9

Keep your keys private

Your API keys carry significant privileges. Do not share them or commit them to public version control (GitHub). We recommend using environment variables in your production environment.