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 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