Gets a list of domain lists. You can also get a list of domains with names containing the
search fragment by specifying the ?nameContains={fragment} optional
parameter.
GET https://api-<BlueCat.edge.url>/v2/domainLists?nameContains={fragment}
Authorization: Bearer authorization token
Content-type: application/JSON
Successful response
200 OK
[
{
"sourceType": "user",
"id": "<domain-list-id>",
"name": "<domain-list-name>",
"description": "<description>",
"domainCount": <count>
},
...
]
Possible error codes
- UNEXPECTED_ERROR - Internal server error