Skip to content

US privacy-regulation exposure computed from observed tag behaviour

GET
/v1/compliance/regulations
curl --request GET \
--url 'https://api.monita.ai/v1/compliance/regulations?hours=168' \
--header 'Authorization: Bearer <token>'
hours
integer
default: 168 <= 720

OK

Media typeapplication/json
object
windowHours
required
number
geoAvailable
required
boolean
regulations
required
Array<object>
object
id
required
string
name
required
string
shortName
required
string
jurisdiction
required
string
citation
required
string
enforcement
required
string
summary
required
string
whyItMatters
required
string
checks
required
Array<string>
posture
required
string
Allowed values: action review ok
ignored
required
boolean
signals
required
Array<object>
object
severity
required
string
Allowed values: critical warning info
label
required
string
evidence
required
string
Example
{
"regulations": [
{
"posture": "action",
"signals": [
{
"severity": "critical"
}
]
}
]
}