Authorizations
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
Path Parameters
DomainName is the domain to list email forwarded boxes for.
Query Parameters
(optional) Per Page is the number of records to return per request. Per Page defaults to 1,000 if not set.
100
(optional) Page is which page to return. Default to page 1 if not set.
1
Response
A successful response.
ListEmailForwardingsResponse returns the list of email forwarding entries as well as the pagination information.
EmailForwarding is the list of forwarded email boxes.
LastPage is the identifier for the final page of results. It is only populated if there is another page of results after the current page.
NextPage is the identifier for the next page of results. It is only populated if there is another page of results after the current page.