Skip to content

Healthcheck

API health check endpoint returns the operational status of the API

Health

Will return the message OK if success

GET https://public-api.linearb.io/api/v1/health

Responses

200 - Successful Response

{
  "message": "OK"
}

400 - Bad Request

401 - Unauthorized

405 - Method Not Allowed

500 - Internal Server Error