For Developers

API Documentation

RESTful API endpoints for integrating with the GCI platform.

Base URL: /api
Swagger UI

Authentication

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