/v1/api/customer/siteGroups (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Gets a list of the site groups.

GET https://api-<BlueCat.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