API Documentation
Home > Total Uptime APIv2.0 Overview > Cloud DNS Calls > Retrieve a Specific Domain

Retrieve a Specific Domain

Method:              GET
URI:                       /CloudDNS/Domain/{domainID}

This method returns a specific domain when providing the domainID. The domainID provided can be discovered by using the “Retrieve All Domains” resource.



Sample CURL for retrieving a specific domain

curl -u username:password -X GET -H “Accept: application/json” “https://api.totaluptime.com/CloudDNS/Domain/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX”