/v1/api/customer/siteGroups (GET) - BlueCat DNS Edge

DNS Edge API Guide

Locale
English
Product name
BlueCat DNS Edge

Gets a list of the site groups.

GET https://api-<DNS.Edge.URL>/v1/api/customer/siteGroups
Authorization: Bearer authorization token
Content-type: application/JSON

Successful response

[
  {
    "siteGroupId": "1",
    "name": "Site Group 1",
    "description": "Description of the site group",
    "siteIds": [
     "763ddc9e-c7c5-4461-82cf-e6644f6a9821",
     "b28c5f96-f66e-4504-a100-55965f6d72fb"
    ]
  },
...
]
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • UNEXPECTED_ERROR