Guides
These guides cover the cross-cutting concerns that apply to every endpoint in the API:
JWT
Authentication
Authorization: Bearer … on every protected request.
IDs and timestamps
Stable public IDs and the ISO-8601 timestamp format used everywhere.
Safe retriesIdempotency
Make writes safe to retry with Idempotency-Key.
Rate limits
Sliding-window limits exposed via RateLimit-* headers.
Errors
The fixed, stable set of public error types.
LifecycleCheck-ins
How the check-in endpoints compose end-to-end.
ProfilesPeople
Create, update, and read the people referenced by check-ins.
PushWebhooks
Register an HTTPS endpoint in the dashboard and verify signed deliveries.
For the full endpoint reference, see API Reference.