Mark a Tracking Domain as Default
This API allows you to mark a tracking domain of your choice as default.
Request Type
PUT
Request URL
https://campaigns.zoho.com/emailapi/v2/settings/domain/tracking/default
Content-Type
application/json
List of Request Body Attributes
Parameters | Data Type | Description |
tracking_domain | String | Name of the tracking domain. |
List of Response Body Attributes
Parameters | Data Type | Description |
response | JSON Object | Contains the response details of the API. |
code | Integer | Success or failure code. |
message | String | Success or failure message returned by the API. |
errors | JSON Array | Contains the error details of the API such as 'code' and 'message'. |
Sample Response - Success
Copied
Sample Response - Success
Copied
Sample Response - Failure
Copied