Groups
Get Group
Request
GET /groups/uuid
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/groups/bf959d9f-8175-4263-b66f-c2872bbc791a"
Response Example
Status: 200 ok
{
"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"],
"createdAt": "2021-10-26T17:58:32.098389Z",
"updatedAt": "2021-10-26T17:58:32.098389Z"
}