Skip to main content
The Simple Email API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Base URL

Authentication

The Simple Email API uses bearer tokens for authentication. Include your API key in the Authorization header:
Keep your API keys secure. Do not share them in publicly accessible areas such as GitHub, client-side code, etc.

Rate Limits

API requests are rate limited to ensure fair usage: Standard rate limit headers are included in every response:

Errors

The API uses Connect RPC error codes which map to standard HTTP status codes: Error responses follow the Connect RPC JSON format: