Search for anything:

25 search results for API

23 Best Email API 's for Developers in 2024

23 Best Email API 's for Developers in 2024

Reviews, comparison, screenshots and more for the 23 best email service API 's for developers.

Read article

Libraries

Developer Email API for Custom Domains and Webhooks

Right now we have not yet released any API wrappers, but we plan to do so in the near future. Send an email to api @forwardemail.net if you would like to be notified when a particular programming langu...

Read article

Localization

Developer Email API for Custom Domains and Webhooks

Our service is translated to over 25 different languages. All API response messages are translated to the last locale detected of the user making the API request. You can override this by passing a cu...

Read article

Errors

Developer Email API for Custom Domains and Webhooks

If any errors occur, the response body of the API request will contain a detailed error message. Code Name 200 OK 400 Bad Request 401 Unauthorized 403 Forbidden 404 Not Found 429 Too Many Requests 500...

Read article

Developer Email API for Custom Domains and Webhooks

Developers love our RESTful email forwarding API for custom domains.

Read article

23 Best Email API 's for Developers in 2024

Reviews, comparison, screenshots and more for the 23 best email service API 's for developers.

Read article

Base URI

Developer Email API for Custom Domains and Webhooks

The current HTTP base URI path is: https:// api .forwardemail.net.

Read article

Pagination

Developer Email API for Custom Domains and Webhooks

If you would like to be notified when pagination is available, then please email api @forwardemail.net.

Read article

Authentication

Developer Email API for Custom Domains and Webhooks

All endpoints require your API key to be set as the "username" value of the request's Basic Authorization header. Don't worry – examples are provided below for you if you're not sure what this is.

Read article

Retrieve logs

Developer Email API for Custom Domains and Webhooks

Our API programmatically allows you to download logs for your account. Submitting a request to this endpoint will process all logs for your account and email them to you as an attachment (Gzip compres...

Read article

Create domain

Developer Email API for Custom Domains and Webhooks

> POST /v1/domainsBody Parameter Required Type Description domain Yes String (FQDN or IP) Fully qualified domain name ("FQDN") or IP address plan No String (enumerable) Plan type (must be "free", "enh...

Read article

Logs

Developer Email API for Custom Domains and Webhooks

Retrieve logs Our API programmatically allows you to download logs for your account. Submitting a request to this endpoint will process all logs for your account and email them to you as an attachment...

Read article

Create new domain alias

Developer Email API for Custom Domains and Webhooks

> POST /v1/domains/example.com/aliasesBody Parameter Required Type Description name No String Alias name (if not provided or if blank, then a random alias is generated) recipients No String or Array L...

Read article

Domains

Developer Email API for Custom Domains and Webhooks

Tip: Domain endpoints with a domain's name /v1/domains/:domain_name as their path are interchangeable with a domain's ID :domain_id. This means you can refer to the domain by either its name or id val...

Read article

Create email

Developer Email API for Custom Domains and Webhooks

Our API for creating an email is inspired by and leverages Nodemailer's message option configuration. Please defer to the Nodemailer message configuration for all body parameters below.Note that with ...

Read article

Aliases

Developer Email API for Custom Domains and Webhooks

List domain aliases > GET /v1/domains/example.com/aliases Querystring Parameter Required Type Description q No String (RegExp supported) Search for aliases in a domain by name, label, or recipient nam...

Read article

Emails

Developer Email API for Custom Domains and Webhooks

Please ensure that you have followed setup instructions for your domain. These instructions can be found at My Account → Domains → Settings → Outbound SMTP Configuration. You need to ensure setup of D...

Read article

Account

Developer Email API for Custom Domains and Webhooks

Create account > POST /v1/account Body Parameter Required Type Description email Yes String (Email) Email address password Yes String Password > Example Request: Retrieve account > GET /v1/account > E...

Read article

Update account

Developer Email API for Custom Domains and Webhooks

> PUT /v1/accountBody Parameter Required Type Description email No String (Email) Email address given_name No String First name family_name No String Last name avatar_url No String (URL) Link to avata...

Read article

Remove domain invite

Developer Email API for Custom Domains and Webhooks

> DELETE /v1/domains/:domain_name/invitesBody Parameter Required Type Description email Yes String (Email) Email address to remove from domain members list> Example Request:

Read article

Update domain

Developer Email API for Custom Domains and Webhooks

> PUT /v1/domains/example.comBody Parameter Required Type Description smtp_port No String or Number Custom port to configure for SMTP forwarding (default is "25") has_adult_content_protection No Boole...

Read article

Invites

Developer Email API for Custom Domains and Webhooks

Accept domain invite > GET /v1/domains/:domain_name/invites > Example Request: Create domain invite > POST /v1/domains/example.com/invites Body Parameter Required Type Description email Yes String (Em...

Read article

Accept domain invite

Developer Email API for Custom Domains and Webhooks

> GET /v1/domains/:domain_name/invites> Example Request:

Read article

Members

Developer Email API for Custom Domains and Webhooks

Update domain member > PUT /v1/domains/example.com/members/:member_id Body Parameter Required Type Description group Yes String (enumerable) Group to update the user to the domain membership with (can...

Read article

Verify domain records

Developer Email API for Custom Domains and Webhooks

> GET /v1/domains/example.com/verify-records> Example Request:> Example Response:

Read article