Skip to main content
GET
/
ready
Readiness probe
curl --request GET \
  --url http://aris.local/ready \
  --header 'Authorization: Bearer <token>'
{
  "ready": true
}

Authorizations

Authorization
string
header
required

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

Response

System is ready

ready
boolean
Example:

true