π 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...