OpenAPI 3.1 & Real-time Webhooks v1.0 Ready

API & Integration

Integrate custom employee management websites, commission portals, or payroll systems directly with real-time attendance events and RESTful endpoints.

API Base URL
https://isbahams.qzz.io/api/v1
Auth Scheme Bearer API Token
Rate Limit 60 req/min · 10,000/day

Overview & Health Ping

Public endpoint to test system latency and server availability.

All requests are served over HTTPS with company-scoped rate limiting. Responses are formatted as structured JSON with explicit status flags, ISO 8601 timestamps, and pagination metadata.

GET /api/ping
Public (No Auth)
Sample 200 OK Response
{
  "success": true,
  "message": "AMS API is running",
  "version": "v1",
  "timestamp": "2026-09-20T02:32:00+06:00"
}