Skip to main content
GET
/
v1.5
/
ComplianceGuide
/
StateEmergenciesRestricted
Get all States that are emergencies restricted
curl --request GET \
  --url https://dataapi.dncscrub.com/v1.5/ComplianceGuide/StateEmergenciesRestricted \
  --header 'loginId: <api-key>'
[
  {
    "State": "<string>",
    "IsInEmergency": true
  }
]

Authorizations

loginId
string
header
required

LoginId Authentication: Authenticate using the LoginId generated from DNCScrub User Manager. In HTTP header place "loginId: {loginId}"

Headers

loginId
string

LoginId (aka APIKey)

Response

Success

State
string | null
IsInEmergency
boolean