GET
/
sdk
/
{environmentId}
/
healthcheck
curl --request GET \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/healthcheck
{
  "status": "healthy"
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

200
application/json
Healthcheck response
status
enum<string>
required
Available options:
healthy,
unhealthy