GET /healthcheck
Get API health status
Returns health status of the API with commit information and request headers
Try it out
Loading...
Output:
Responses
Description
API is healthy
{ "message": "OK", "commitInfo": { "commitHash": "string", "buildBranch": "string" }, "headers": {}}Route Source Code
Check out the source code for this route entrypoint here: /healthcheck/route.ts
Or the swagger.yaml spec this documentation was generated from:
/healthcheck/swagger.yaml