API referenceMeta
API root — service metadata
A cheap, unauthenticated way to confirm you are pointed at the right host and to read back the API version. Not a health check — use /health for that.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1"{ "data": null}Was this page helpful?
Support, status and security
How to reach us, what to include, and where to report a vulnerability.
Liveness — is the process up?
Touches no dependencies and never fails while the process can answer. Unversioned and un-enveloped on purpose, so a load balancer gets a stable, standard contract. Use it for restart decisions, not for traffic decisions.