Mail ForwardsAdd Mail Forward

Add Mail Forward

curl -X PUT "https://api.5centscdn.com/v2/dns/example_string/mail" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "box": "admin",
  "host": "www",
  "destination": "noreply@gmail.com",
  "_METHOD": "PUT"
}'
{
  "status": "Success",
  "statusDescription": "The mail forward has been added successfully.",
  "data": {
    "id": 12345
  }
}
PUT
/dns/{dnsId}/mail
PUT
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
boxstring

Email username or mailbox name to forward from.

hoststring

Subdomain part of the source address. Leave empty for the root domain.

destinationstring

Destination email address to forward messages to.

_METHODstring

Method override to trigger mail forward creation.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

Body

application/json
boxstring

Email username or mailbox name to forward from.

Example:
admin
hoststring

Subdomain part of the source address. Leave empty for the root domain.

Example:
www
destinationstring

Destination email address to forward messages to.

Example:
noreply@gmail.com
_METHODstring

Method override to trigger mail forward creation.

Example:
PUT

Responses

statusstring

Operation outcome.

statusDescriptionstring

Human-readable description of the operation outcome.

dataobject

Response data payload.