get https://accounts.voluti.com.br/api/v2/infractions
Log in to see full request history
Responses
503Service unavailable
504Gateway timeout
503Service unavailable
504Gateway timeout
xxxxxxxxxx
curl --request GET \
--url 'https://accounts.voluti.com.br/api/v2/infractions?page_offset=1&page_limit=10&sort_by=EVENT_DATE&status=ALL' \
--header 'accept: application/json'
xxxxxxxxxx
24{
"meta": {
"total": 100,
"limit": 10,
"offset": 1
},
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"transactionId": 0,
"status": "OPEN",
"type": "FRAUD",
"lastModificationDate": "2025-04-09T08:15:14.051Z",
"creationDate": "2025-04-09T08:15:14.051Z",
"reportedBy": "DEBITED_PARTICIPANT",
"reportDetails": "string",
"analysisResult": "AGREED",
"analysisDetails": "string",
"transactionAmount": {
"amount": 0
}
}
]
}