5 pages
Endpoint Reference
Every endpoint currently exposed at /public/v1/*.
GET /public/v1/health
Returns 200 ok with a server timestamp. Use as a reachability and auth-acceptance probe.
Read pageGET /public/v1/me
Returns the current install context — who you are, which tenant you are scoped to, and which scopes you hold.
Read pagePOST /public/v1/orgs/:orgId/entities/:entityId/webhooks
Subscribe to one or more event topics. Returns the subscription row and a one-time signing_secret.
Read pageGET /public/v1/orgs/:orgId/entities/:entityId/webhooks
List active webhook subscriptions for the install, including delivery health metrics.
Read pageDELETE /public/v1/orgs/:orgId/entities/:entityId/webhooks/:id
Soft-delete a webhook subscription. Subsequent listings exclude it; the row is preserved for audit.
Read page