Getting Started
Endpoints
Complete list of all Emailit API v2 endpoints.
Emails
POST
Send Email
Send a single email to one or multiple recipients.
GET
List Emails
List emails with pagination and optional type filtering.
GET
Get Email
Retrieve the status, details, body, and attachments of an email.
GET
Get Email Raw
Retrieve the full raw MIME message for an email.
GET
Get Email Attachments
Retrieve the attachments for an email.
GET
Get Email Body
Retrieve the parsed body content for an email.
GET
Get Email Meta
Retrieve email metadata with attachment info.
POST
Update Email
Update a scheduled email.
POST
Cancel Email
Cancel a scheduled or pending email.
POST
Retry Email
Retry a failed, errored, or held email.
Domains
POST
Create Domain
Create a new domain.
GET
Get Domain
Retrieve the details of a domain.
POST
Update Domain
Update the details of a domain.
GET
List Domains
Get all domains in your account.
DELETE
Delete Domain
Delete a domain.
API keys
POST
Create API Key
Create a new API key.
GET
Get API Key
Retrieve the details of an API key.
POST
Update API Key
Update the name of an API key.
DELETE
Delete API Key
Delete an API key.
Audiences
POST
Create Audience
Create a new audience.
GET
Get Audience
Retrieve the details of an audience.
DELETE
Delete Audience
Delete an audience.
POST
Update Audience
Update the details of an audience.
GET
List Audiences
Get all audiences in your account.
Subscribers
POST
Add Subscriber
Add a new subscriber.
GET
Get Subscriber
Retrieve the details of a subscriber.
DELETE
Delete Subscriber
Delete a subscriber.
POST
Update Subscriber
Update the details of a subscriber.
GET
List Subscribers
Get all subscribers in your account.
Templates
GET
List Templates
Get all published templates in your account.
GET
Get Template
Retrieve a template with all its versions.
POST
Create Template
Create a new email template.
POST
Update Template
Update an existing template.
DELETE
Delete Template
Delete a template.
POST
Publish Template
Publish a template and unpublish other versions.
Suppressions
GET
List Suppressions
Get all suppressions in your workspace.
GET
Get Suppression
Retrieve a suppression by ID or email.
POST
Create Suppression
Add an email to the suppression list.
POST
Update Suppression
Update an existing suppression.
DELETE
Delete Suppression
Remove a suppression.
Webhooks
GET
List Webhooks
Get all webhooks in your workspace.
GET
Get Webhook
Retrieve the details of a webhook.
POST
Create Webhook
Create a new webhook endpoint.
POST
Update Webhook
Update an existing webhook.
DELETE
Delete Webhook
Delete a webhook.
Contacts
GET
List Contacts
Get all contacts in your workspace.
GET
Get Contact
Retrieve a contact by ID or email.
POST
Create Contact
Create a new contact.
POST
Update Contact
Update an existing contact.
DELETE
Delete Contact
Delete a contact and all subscribers.