Domains: Forwarding
Create domain forwarding
Create domain forwarding configuration.
Use this endpoint to set up domain redirects to other URLs.
post/api/domains/v1/forwarding
Request body
Example request
{
"domain": "mydomain.tld",
"redirect_type": "301",
"redirect_url": "https://forward.to.my.url"
}Response
Success response
Example response
{
"domain": "mydomain.tld",
"redirect_type": "301",
"redirect_url": "https://forward.to.my.url",
"created_at": "2025-02-27T11:54:22Z",
"updated_at": "2025-03-27T11:54:22Z"
}