Get List of Tracking Domains
To get the details of all the tracking domains present in your account.
Request Type
GET
Request URL
https://campaigns.zoho.com/emailapi/v2/settings/domain
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. |
domains | JSON Array | Contains details of list of domains and their verification status. |
domain_name | String | Name of the tracking domain. |
verify_status | String | Indicates the status of the tracking domain such as Unauthenticated, Pending, or Authenticated. |
added_time | Long | Time at which the tracking domain was added. |
is_default | Boolean | Indicates whether this domain is the default one or not. |
Sample Response - Success
Copied
Sample Response - Failure
Copied