/healthHealth Check
Health check endpoint (no authentication required)
View the OpenAPI definitionReference
The complete public contract. Explore requests, field definitions, and responses for every endpoint.
Batch ingestion and synchronization endpoints are hidden. Enable Advanced in the top bar to show them. The OpenAPI download always includes every endpoint.
/healthHealth check endpoint (no authentication required)
View the OpenAPI definition/ingestSynchronously process a client, disbursement, payment, or operation event. Choose create, update, or delete in data.step. Parent records must exist before child events. Body limit: 1 MiB. Only declared envelope/data fields are accepted.
View the OpenAPI definition/ingest/batchSubmit 1-100 items of one category with per-item idempotency_key values. No request-level Idempotency-Key is required. Items execute sequentially with per-item rollback boundaries. This is not an all-or-nothing business batch: successful items can coexist with failures. A completed request returns 200 and ordered results; inspect every result's status/body. Exact item retries replay original results; changed content under a stored key returns an item 409.
View the OpenAPI definition/api/tables/{table}Return records for one allowed logical table. Results are scoped to the API key in the `Authorization` header.
View the OpenAPI definition/api/tables/{table}/idsReturn business primary-key IDs for one allowed logical table (for example `client_id`, `disbursement_id`). Results are scoped to the API key in the `Authorization` header.
View the OpenAPI definition/api/tables/{table}/{id}Return one record from an allowed logical table by primary key. Results are scoped to the API key in the `Authorization` header.
View the OpenAPI definition/api/sync-state/{table}Compact tenant-scoped state for reconciliation, ordered by ascending business ID. Hashes use version 2. Follow opaque next_cursor tokens, not raw IDs. Only compare hashes using the same canonicalization contract; do not hash arbitrary JSON. See /docs/sync and /docs/money. A page containing an uninitialized stored hash returns 409; contact support rather than resetting data. This rounding update alone needs no backfill.
View the OpenAPI definition