Skip to main content
Version: 2.58.0

EmailEngine API

EmailEngine provides a RESTful API for managing email accounts, sending messages, and processing email data across multiple providers.

Authentication

All API requests require authentication using an Access Token. You can generate and manage your tokens from the Access Tokens page.

Include your token in requests using one of these methods:

  • Query parameter: ?access_token=YOUR_TOKEN
  • Authorization header: Authorization: Bearer YOUR_TOKEN

Request Processing

Sequential Processing: Requests to the same email account are processed sequentially to maintain data consistency. Multiple simultaneous requests will be queued.

Timeouts: Long-running operations may cause queued requests to timeout. Configure appropriate timeout values using the X-EE-Timeout header (in milliseconds).

Getting Started

  1. Generate an Access Token
  2. Add an email account
  3. Start making API requests using the endpoints below

Authentication

Enter your access token

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

JWT