Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Retrieve a Specific Domain

GET /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”