Reference
API reference
Complete endpoint catalog for Mail API, templates, OTP flows, email verification, and legacy compatibility aliases. Every endpoint page includes code snippets for all supported programming languages.
Queue and inspect transactional email sends.
Templates
Manage and send template-driven email.
Send using a template
Queues email from a saved template with runtime vars.
Send template test email
Queues a safe test email for account health checks.
List templates
Paginated list of accessible templates.
Get a single template
Returns full template payload including html/text body.
Instant OTP (public/server)
OTP APIs with public token support.
Send instant OTP
Generates and sends OTP immediately over SMTP in request cycle.
Verify instant OTP
Consumes OTP session and marks verification complete.
List instant OTP verifications
Returns verification history for analytics and reconciliation.
Backend OTP
Server-only OTP APIs with server_otp key scope.
Send backend OTP
Server-to-server OTP send using API key only.
Verify backend OTP
Verifies backend OTP sessions with server credentials.
List backend OTP verifications
Paginated verification history for server OTP keys.
Email verification
Email verification OTP flow for signup and identity checks.
Legacy aliases
Back-compat routes retained for existing clients.
Legacy OTP send alias
Compatibility alias for instant OTP send.
Legacy OTP verify alias
Compatibility alias for instant OTP verify.
Legacy OTP verifications alias
Compatibility alias for instant OTP verification history endpoint.