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 \
 --request GET http://api.example.com/api/groups/get?id=42 \
 --header "Authorization: Bearer $ACCESS_TOKEN"