v2.0.0Updated: 2026-07-06 Use the dev API while building and testing your integration.
Response envelope
Successful responses use a consistent envelope.meta.
Health checks
Use liveness to check that the API process is running. Use readiness before routing traffic because it also checks dependencies.| Method | Endpoint | Auth |
|---|---|---|
GET | /health/live | None |
GET | /health/ready | None |
GET | /health | None |