Returns all URL forwarding settings configured for a domain.
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.
DomainName is the domain to list URL forwarding entries for.
"example.com"
Per Page is the number of records to return per request. Per Page defaults to 1,000.
1 <= x <= 1000100
Page is which page to return. Starts at 1 for first page.
x >= 11
A successful response containing the list of URL forwarding entries.
ListURLForwardingsResponse is the response for the ListURLForwardings function.
URLForwarding is the list of URL forwarding entries.
[]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.
x >= 05
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.
x >= 02