Skip to main content
GET
/
api
/
cases
/
violations
Get violations statistics
curl --request GET \
  --url https://api.example.com/api/cases/violations \
  --header 'Authorization: Bearer <token>'
"<array>"

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Violations retrieved successfully.