RESTful API endpoints for integrating with the GCI platform.
Protected endpoints require a Bearer token in the Authorization header:
Authorization: Bearer <your-access-token>
Obtain tokens via /api/auth/login or /api/volunteer/login
Made with Emergent