Developer's Corner

Integrating with the Timekeeping Sync API

July 13, 2026 · by Dev Relations

Authenticate with client credentials and push biometric punches.

Our Timekeeping Sync API lets biometric devices push punches to Qtech. 1) POST /api/auth/token with your clientId + clientSecret. 2) POST /api/external/timekeeping/punches with a Bearer token. Punches are idempotent - re-sending the same externalId is a no-op.
← Back to Developer's Corner