API Reference
A technical breakdown of every endpoint available in the PouchMail ecosystem.
POST
/apiSendMailSends an email using a pre-configured application instance.
Response Codes
| 200 OK | Email successfully queued for delivery. |
| 401 Unauthorized | Invalid API keys provided. |
| 500 Server Error | Service provider rejected credentials. |
POST
/saveEmailtemplatePersists a new template or updates an existing one for a specific application.
Rate Limiting
Developer Tier accounts are limited to 5 requests per second. If you exceed this, you will receive a 429 Too Many Requests response.