Skip to main content
GET
/
v1
/
health
/
ready
Readiness Check
curl --request GET \
  --url https://staging-api.polysimulator.com/v1/health/ready
{
  "status": "<string>",
  "timestamp": "<string>",
  "checks": {}
}

Response

200 - application/json

Successful Response

status
string
required
timestamp
string
required
checks
Checks · object
required