Get Single Tracking Domain Details
To get the details of a particular tracking domain.
Request Type
GET
Request URL
https://campaigns.zoho.com/emailapi/v2/settings/domain/tracking/{domain_name}
Content-Type
application/json
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. |
tracking_domain | JSON Array | Contains details of the tracking domain. |
verify_status | String | Indicates the status of the tracking domain such as Unauthenticated, Pending, or Authenticated. |
is_default | Boolean | Indicates whether this domain is the default one or not. |
dns_host_name | String | Host name of the sending domain. |
dns_record_type | String | Record type of the sending domain. |
dns_value | String | The value which must be added in the DNS. |
Sample Response - Success
Copied
Sample Response - Failure
Copied