Controls the configuration settings which will be handed out to any Service Point instances that connect to this Cloud Instance.
| Resource URL | Authorization | Description |
| /v1/api/list/dns (GET) | Admin, Policy Admin, Analyst | Returns a list of all domain lists. |
| /v1/api/list/dns (POST) | Admin, Policy Admin | Creates a new domain list. |
| /v1/api/list/dns/{domainListId} (GET) | Admin, Policy Admin, Analyst | Returns the contents of the domain list specified by domain list ID. |
| /v1/api/list/dns/{domainListId}/attachFile (POST) | Admin, Policy Admin | Uploads a file of domain names to an existing domain list. |
| /v1/api/list/dns/{domainListId}/delete (POST) | Admin, Policy Admin | Deletes the domain list specified by domain list ID. |
| /v1/api/list/dns/search (GET) | Admin, Policy Admin, Analyst | Searches domain lists by name. |
| /v1/api/list/dns/{domainListId}/update (POST) | Admin, Policy Admin, | Updates the domain list specified by domain list ID. |
| /v2/domainLists (GET) | Admin, Policy Admin, Analyst | Returns a list of all domain lists or a specific domain list by name. |
| /v2/domainLists (POST) | Admin, Policy Admin | Creates a new domain list. |
| /v2/domainLists/{domainListId} (GET) | Admin, Policy Admin, Analyst | Returns the contents of the domain list specified by the domain list ID. |
| /v2/domainLists/{domainListId} (PUT) | Admin, Policy Admin | Replace the content of a domain list specified by the domain list ID. |
| /v2/domainLists/{domainListId} (PATCH) | Admin, Policy Admin | Update the content of a domain list specified by the domain list ID. |
| /v2/domainLists/{domainListId} (DELETE) | Admin, Policy Admin | Deletes the domain list specified by domain list ID. |