Base URL
All endpoints are served from:Authentication
Every request needs a workspace API key sent as a bearer token:Response envelope
Every response — success or failure — uses the same JSON envelope:messagedescribes what happened.errorisfalseon success andtrueon failure.datacarries the payload: a record, a paginated list, or error details.
Scope of this reference
This reference documents the core business entities — the stable, curated surface intended for external integrations. Each entity supports the standard operations: list, retrieve, create, update, and delete.Deletes are logical:
DELETE marks the record as deleted instead of removing it, and the record can be recovered from the app.Related pages
Authentication
API keys, rate limits, and key management.
Pagination and filtering
Page through lists and narrow results with field filters.
Errors
Status codes and the error envelope.
API keys in the app
How administrators create and revoke keys.

