Allows management of a collection of sites or physical locations (for example, stores or regional offices) where service points are housed.
| Resource URL | Authorization | Description |
| /v3/api/sites (GET) | Admin, Policy Admin, Analyst | Lists all of the configured sites. |
| /v3/api/sites (POST) | Admin | Adds a new site, and if successful return the site ID. |
| /v3/api/sites (PATCH) | System Admin | Update the DNS resolver service version or additional settings of specified sites. |
| /v3/api/sites/{siteId} (GET) | Admin, Policy Admin, Analyst | Search for a site by site ID. |
| /v3/api/sites/{siteId} (PUT) | Admin | Updates the site name, location, time zone, and namespace settings. |
| /v3/api/sites/{siteId} (DELETE) | Admin | Delete the site with the specified site ID. |
| /v3/api/sites/{siteId}/clearCache (POST) | Admin | Clears the cache of a site. |
| /v4/api/sites/{siteId}/clearCache (POST) | Admin | Clears specified domains from the cache of a site. |