v1

latestOpenAPI 3.1.02026-07-2671111437.2 KB
Email Forwardings

Update Email Forwarding

Updates the destination email address for an existing forwarding rule.

put/core/v1/domains/{domainName}/email/forwarding/{emailBox}

Path parameters

domainNamestring required

DomainName is the domain part of the email address to forward.

emailBoxstring required

EmailBox is the user portion of the email address to forward.

Request body

emailTostring

EmailTo is the entire email address to forward email to.

Response

A successful response.

domainNamestring required

DomainName is the domain part of the email address to forward.

emailBoxstring required

EmailBox is the user portion of the email address to forward.

emailTostring email required

EmailTo is the entire email address to forward email to.

Example response

{
  "domainName": "example.com",
  "emailBox": "admin",
  "emailTo": "webmaster@example.com"
}