API Reference
RESTful API for integrating Gomgasht with your existing systems. All endpoints return JSON and require authentication via OAuth 2.0 bearer tokens.
Authentication
OAuth 2.0 token management, API key provisioning, and session handling.
POST /auth/token
POST /auth/revoke
GET /auth/me
Screening
Submit and retrieve daily wellness check responses for employees.
POST /screening/submit
GET /screening/:id
GET /screening/today
Triage
Manage triage queue items, assign cases, and update case status.
GET /triage/queue
PATCH /triage/:id/assign
PATCH /triage/:id/resolve
Sites
Manage organizational sites, readiness thresholds, and environmental data.
GET /sites
GET /sites/:id/readiness
POST /sites
Employees
Employee roster management, assignments, and return-to-work status.
GET /employees
GET /employees/:id
PATCH /employees/:id/status
Incidents
Report, track, and manage workplace health and safety incidents.
POST /incidents
GET /incidents
PATCH /incidents/:id
API access is available on Enterprise plans.
Contact [email protected] for details on API access, rate limits, and sandbox environments.