Get Group

GET /api/groups/get

Returns details of a group

Query parameters

  • id integer Required

    Group ID to add

GET /api/groups/get
curl \
 -X GET http://api.example.com/api/groups/get?id=42 \
 -H "Authorization: Bearer $ACCESS_TOKEN"