Start Now

Groups


List Groups

Request

GET /groups

Curl Example

curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/groups"

Response Example

Status: 200 ok

{
  "groups": [
    {
      "uuid": "bf959d9f-8175-4263-b66f-c2872bbc791a",
      "name": "Group Name",
      "title": "Group Title",
      "description": "Description",
      "color": "indigo",
      "monitors": ["9454e78d-29a2-42eb-90eb-963e9c1f349f", "2c593af2-ff1f-4a55-a33f-9ce8dd297990"]
    },
    {
      "uuid": "c5623708-3fa4-4598-afc4-d134ca3a2ea8",
      "name": "Group Name 2",
      "title": "Group Title 2",
      "description": "Description",
      "color": "turquoise",
      "monitors": null
    }
  ],
  "paginator": {
    "recordOffset": 0,
    "pageSize": 10,
    "pagesCount": 1,
    "recordsCount": 2,
    "recordOffsetChanged": false
  }
}
Statsignal - Uptime monitoring and status page | Product Hunt
Statsignal is designed and built by 19 Signals LLC. Copyright ©2021 19 Signals LLC. All rights reserved.