v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Retrieve Group Configuration

Retrieve an individual group configuration belonging to the organization or user.

get/v1/organizations/{organizationSlug}/groups/{groupName}/configuration

Path parameters

organizationSlugstring required

The slug of the organization or user account.

groupNamestring required

The name of the group.

Response

Successful response

delete_protectionboolean

Prevent the group from being deleted.

Example response

{
  "delete_protection": true
}