Skip to main content
All API requests require a Bearer token in the Authorization header.

Getting Your Send Mail Token

Your Send Mail Token is provided when you’re onboarded. Each token is unique to your account. If you need a new token, contact us.
Keep your token secure. Never expose it in client-side code.

Using the Key

Include it in every request:

Security Best Practices

  • Never expose keys in client-side code — only use them server-side
  • Use environment variables — store keys in UNOSEND_API_KEY, not in source code
  • Rotate keys regularly — contact us if you need to regenerate your token
  • One key per service — request separate tokens for different apps so you can revoke independently

Error Responses