This API is currently in beta and endpoints/features may change without notice.
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:
  1. Transactional API Keys - Used exclusively for sending emails via the /email endpoint
  2. 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:
Authorization: Bearer transactional_1111111111111
Example Dashboard API header:
Authorization: Bearer api_11111111111111111

Rate Limits

Our API has tier-based rate limits that vary depending on your subscription plan:

Dashboard API Keys

  • Free tier: 100 requests per minute
  • Pro tier: 250 requests per minute

Transactional API Keys (/email & /email-batch)

  • Free tier: 100 emails per minute
  • Pro tier: 600 emails per minute
  • Enterprise tier: Starts at 5000 per minute, can be increased.
Rate limits are applied per account (not per IP, token, or other identifier). If you exceed your tier’s limit, all API calls for the next minute 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