Set domain forwarding
Sets web forwarding on a domain ordered through Instantly. The forwarding domain must be a valid domain different from the domain itself. Returns a conflict error while the domain order is still being provisioned, and an unprocessable entity error when the requested forwarding configuration is not supported for the domain. This request has a rate limit of 10 requests per minute, or 60 requests per hour.
Requires one of the following scopes: dfy_email_account_orders:update, dfy_email_account_orders:all, all:update, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The domain to manage forwarding for
1^\s*\S+\.[a-zA-Z]{2,}\s*$"example.com"
Body
Destination domain visitors are forwarded to
1^\s*\S+\.[a-zA-Z]{2,}\s*$"mycompany.com"
How the forwarding domain is applied. Defaults to redirect.
redirect, stealth "redirect"
Response
The requested Domain Forwarding
Web forwarding configuration for a domain ordered through Instantly
The domain the forwarding configuration applies to
"example.com"
Destination domain visitors are forwarded to. Null when no forwarding is configured.
"mycompany.com"
How the forwarding domain is applied. Null when no forwarding is configured.
redirect, stealth, null "redirect"