Get Name servers to connect domain
POST
/v1/domain/get-name-servers
Set Up Domain Forwarding
Endpoint
Request Body
Name | Type | Description |
---|---|---|
domainIds | array | An array of domain IDs to which the forwarding should be added. |
forwardTo | string | The domain where the existing domain name should be forwarded. |
contains | string (Optional) | Only add forwarding to specific domains by keyword. |
Example Request
{
"domainIds": ["1234-abcd-5678-efgh"],
"forwardTo": "newdomain.com",
"contains": "example"
}
Request
Header Params
x-auth-zapmail
string
required
Example:
{{x-auth-zapmail}}