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

Response

200 - application/json

Successful Response

status
string
required
timestamp
string
required
version
string
default:1.0.0