# URL Forwardings Use URL Forwardings endpoints to control URL redirection settings for your domains. ## List URLForwardings - [GET /core/v1/domains/{domainName}/url/forwarding](https://docs.name.com/api-spec-cdn/namecom.api/url-forwardings/listurlforwardings.md): Returns all URL forwarding settings configured for a domain. ## Create URLForwarding - [POST /core/v1/domains/{domainName}/url/forwarding](https://docs.name.com/api-spec-cdn/namecom.api/url-forwardings/createurlforwarding.md): Sets up a new URL forwarding (redirect) for a domain or subdomain. If this is the first URL forwarding entry, it may modify the A records for the domain accordingly. Note that changes may take up to 24 hours to fully propagate. ## Delete URLForwarding - [DELETE /core/v1/domains/{domainName}/url/forwarding/{host}](https://docs.name.com/api-spec-cdn/namecom.api/url-forwardings/deleteurlforwarding.md): Removes a URL forwarding configuration from the domain. This operation cannot be undone. ## Get URLForwarding - [GET /core/v1/domains/{domainName}/url/forwarding/{host}](https://docs.name.com/api-spec-cdn/namecom.api/url-forwardings/geturlforwarding.md): Retrieves the details of a specific URL forwarding configuration. ## Update URLForwarding - [PUT /core/v1/domains/{domainName}/url/forwarding/{host}](https://docs.name.com/api-spec-cdn/namecom.api/url-forwardings/updateurlforwarding.md): Modifies an existing URL forwarding rule. Changes may take up to 24 hours to fully propagate.