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
- Generate an Access Token
- Add an email account
- Start making API requests using the endpoints below
Authentication
- HTTP: Bearer Auth
Enter your access token
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
License
EmailEngine License