This endpoint is public and safe for uptime monitoring.
curl -sS https://api.orgs.sh/health
{
  "status": "ok",
  "version": "0.1.0"
}
GET
/
health
curl -sS https://api.orgs.sh/health
{
  "status": "ok",
  "version": "0.1.0"
}

Response fields

status
string
required
Process health marker. Healthy responses currently return ok.
version
string
required
Running API package version.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

The API is healthy.

status
string
required
Example:

"ok"

version
string
required
Example:

"0.1.0"