GET
/
health
cURL
curl -sS https://api.orgs.sh/health
{
  "status": "ok",
  "version": "0.1.0"
}

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"