Activate domain forwarding for an order
This API call can be used to Activate and Manage the Domain Forwarding service.
path Parameters
orderIdThe Order Id for which Domain Forwarding service needs to be activated
Activate domain forwarding for an order › Request Body
forwardToURL where you want to forward your request.
subDomainPrefixThe prefix for the sub-domain
urlMaskingPossible values are true or false . If true passed, visitors will see the source URL and not the destination URL.
metaTagsSets META Tags and Page Title for the frames page which is sent to the visitor. eg.
noframesSets alternate
subDomainForwardingPossible values are true or false . For e.g. if true passed, a request made to https://subdomain.domainname.com will be forwarded to https://destination-domainname.com/subdomain
pathForwardingPossible values are true or false . For e.g. if true passed, a request made to https://domainname.com/some/path will be forwarded to https://destination-domainname.com/some/path
Activate domain forwarding for an order › Responses
OK
transactionIdTransaction identifier
statusOperation status
messageStatus message
Delete domain forwarding for a domain
Disables domain forwarding for a domain name.
path Parameters
domainNameDomain name for which you want to disable domain forwarding.
Delete domain forwarding for a domain › Responses
OK
statusOperation status
Delete sub-domain forwarding
Disables domain forwarding for a sub-domain.
path Parameters
orderIdThe Order ID of the Order for which is forwarding is to be disabled
subDomainPrefixThe prefix of the sub-domain for which you want to disable domain forwarding.
Delete sub-domain forwarding › Responses
OK
statusOperation status
Get domain forwarding configuration
Gets details of the Domain Forwarding service.
path Parameters
orderIdOrder Id for which details of the Domain Forwarding service need to be fetched
query Parameters
includeSubdomainThe sub-domain for which details of the Domain Forwarding service need to be fetched
Get domain forwarding configuration › Responses
OK
Domain forwarding configuration
statusOperation status
messageStatus message
List DNS records for domain forwarding
Returns DNS records required for domain forwarding.
path Parameters
domainNameDomain Name (required).
List DNS records for domain forwarding › Responses
OK
DNS records for domain forwarding
transactionIdTransaction identifier
statusOperation status
messageStatus message
Update domain forwarding settings
Returns the result of updating domain forwarding settings.
path Parameters
orderIdOrder Id for which settings of the Domain Forwarding service needs to be updated
Update domain forwarding settings › Request Body
forwardToURL where you want to forward your request.
urlMaskingPossible values are true or false . If true passed, visitors will see the source URL and not the destination URL.
metaTagsSets META Tags and Page Title for the frames page which is sent to the visitor. eg.
noframesSets alternate
subDomainForwardingPossible values are true or false . For e.g. if true passed, a request made to https://subdomain.domainname.com will be forwarded to https://destination-domainname.com/subdomain
pathForwardingPossible values are true or false . For e.g. if true passed, a request made to https://domainname.com/some/path will be forwarded to https://destination-domainname.com/some/path
Update domain forwarding settings › Responses
OK
transactionIdTransaction identifier
statusOperation status
messageStatus message

