Skip to content

πŸ” Volunteer Group Details

Endpoint: GET /api/admin/volunteers/groups/{id}/
Auth Required: βœ… Yes (Admin Bearer Token)
Content-Type: application/json


πŸ“Œ Description

This endpoint allows administrators to retrieve the complete details of a specific volunteer group (army).

It provides insight into the group’s purpose, tier, participation level, and operational status, helping admins manage events, validate members, and monitor engagement.


πŸ” Authentication

Include the admin access token in the request header:


πŸ”— Path Parameter

Parameter Type Required Description
id UUID βœ… Unique volunteer group ID

βœ… Example Request

```http GET /api/admin/volunteers/groups/vg-102/ Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...