Sign Up

Health

curl -X GET "https://example.com/health"
Empty
GET/health/ready
AuthorizationBearer <token>

API Key access

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/health/ready"
{  "status": "ok",  "info": {    "database": {      "status": "up"    }  },  "error": {},  "details": {    "database": {      "status": "up"    }  }}