Build on BriefQR

A REST API, signed webhooks, and official SDKs for time-tracking data. Make your first authenticated call in under five minutes.

curl https://api.briefqr.com/v1/operators \
  -H "Authorization: Bearer bqr_test_..."

REST API

Read and write operators, devices, locations, and sessions. Keyset pagination, idempotent writes, and a test mode that never touches live data.

Signed webhooks

Subscribe to events and receive HMAC-signed deliveries with automatic retries, secret rotation, and a delivery log you can replay.

Official SDKs

Typed TypeScript and Python clients with auto-pagination, typed errors, and a one-line webhook signature verifier.