v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBEmail Forwardings
Get Email Forwarding
Retrieves the details of a specific email forwarding entry.
get/core/v1/domains/{domainName}/email/forwarding/{emailBox}
Path parameters
domainNamestring required
DomainName is the domain to list email forwarded box for.
emailBoxstring required
EmailBox is which email box to retrieve.
Response
A successful response.
Example response
{
"domainName": "example.com",
"emailBox": "admin",
"emailTo": "webmaster@example.com"
}