Volunteers
Overview
Volunteer management endpoints for profile CRUD and linking to programs/shifts.
Endpoints
- GET
/api/v1/volunteers— list volunteers - POST
/api/v1/volunteers— create volunteer - GET
/api/v1/volunteers/{id}— volunteer details
Examples
curl -H "Authorization: Bearer <token>" "{{baseUrl}}/api/v1/volunteers"
See also