Retrieve group information
Path parameters
-
group_identifier
string Required The id or a code for a group
GET
/api/v1/groups/{group_identifier}
curl \
-X GET https://app.fridaypulse.com/api/v1/groups/{group_identifier} \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": 1,
"code": "group-code",
"name": "Group name",
"parent_id": 2
}
Response examples (200)
{
"id": 42,
"code": "string",
"name": "string",
"parent_id": 42
}