v1
latestOpenAPI 3.1.02026-07-2671111437.2 KBURL Forwardings
Get URLForwarding
Retrieves the details of a specific URL forwarding configuration. Deprecated. Use Get URL Forwarding by ID instead.
get/core/v1/domains/{domainName}/url/forwarding/{host}
Path parameters
domainNamestring hostname required
Example:example.com
DomainName is the domain to get the URL forwarding entry for.
hoststring hostname required
Example:www.example.org
The full hostname, including subdomain.
Response
A successful response containing the requested URL forwarding entry.
Example response
{
"domainName": "example.org",
"forwardsTo": "https://destination-site.com",
"host": "www",
"meta": "<meta name='keywords' content='website, forwarding, masked'>",
"title": "Welcome to my forwarded website",
"type": "redirect",
"id": 12345
}