Create Supergroup
Create a new supergroup. The name must be unique within the instance.
Type (default: supergroup)
Enable notifications (default: true)
Supergroup names must be unique within the same instance. Attempting to create a duplicate will return a 409 Conflict error.
Example Request
curl -X POST https://api.checkpoint.b-digital.uk/api/v1/groups/supergroups \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Senior Camp",
"instance_id": "se8SajpJDWUwrEmhElLF",
"description": "Senior campers group"
}'