Skip to main content
GET
/
v1
/
health
/
build
Build info
curl --request GET \
  --url https://api.example.com/v1/health/build
{
  "status": "ok",
  "buildSha": "abc1234",
  "timestamp": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Build info retrieved successfully

status
string
Example:

"ok"

buildSha
string
Example:

"abc1234"

timestamp
string<date-time>