GET {{baseUrl}}/groups/:groupId
Get a group under an account. Prerequisite: Pro, Business, or Education account Scopes: Rate Limit Label: group:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "<string>",
"name": "<string>",
"total_members": "<integer>"
} |
ENDPOINTS