Gatherly API Documentation

Interactive documentation and testing suite for the Gatherly Core API

https://apiv.gatherly.com.ng

Endpoints

POST /auth/login

Authenticate a user and receive a JWT access token.

POST /auth/register

Register a new organization and administrator account.

GET /members

List all members within your organization. (Auth required)

GET /finance/summary

Get high-level financial overview for the organization. (Auth required)

GET /ai/attendanceSummary

Generate AI-driven insights about attendance trends. (Auth required)

GET /health

API Health Check.

API Tester

Note: For authenticated routes, first use /auth/login to get a token, then paste it in the Authorization field.