Introduction
Information about our API
Utilise our API to extend your application with our email services.
API Endpoint: https://api.jetemail.com
Authentication
All API endpoints are authenticated using Bearer tokens. We support two types of API keys:
- Transactional API Keys - Used exclusively for sending emails via the /email endpoint
- Dashboard API Keys - Used for all other API endpoints and administrative functions
You can generate both types of API keys in our Dashboard at https://dash.jetemail.com
Example Transactional API Key header:
Example Dashboard API header:
Rate Limits
Our API has various ratelimits, for most endpoints we allow 240 requests per minute per account (not per IP, Token, or other).
The /email API endpoint has a 600 request per minute ratelimit.
If you exceed this limit, all API calls for the next five minutes will be blocked, receiving a HTTP 429 response. The response will include a Retry-After
header indicating the number of seconds until the rate limit is lifted.
Developer Community
Join our developer community on Discord to:
- Get help with API integration
- Connect with other developers
- Stay updated on new features
- Share feedback and suggestions