Skip to main content
GET
/
health
Service health check
curl --request GET \
  --url https://api-sandbox.ledgersyncappv2.com/v3/health
{
  "status": "ok",
  "version": "0.1.0"
}

Response

Service is healthy

status
enum<string>
required
Available options:
ok
version
string

Build version (commit SHA or semver).

Example:

"0.1.0"