List MED infractions
Lists the infractions detected by the worker pollers (filed by this institution or against it), filterable by status, role ISPB, and the suspect payment’s endToEndId. Read projection — no upstream round-trip.
Authorizations
JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint
using client credentials (clientId and clientSecret).
Include token in Authorization header:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Token expires after 3600 seconds (1 hour).
Query Parameters
Filter on stRelatoInfracao (0=Aberto, 1=Recebido, 2=Cancelado, 3=Analisado).
Filter on the counterparty ISPB (infractions filed against this institution).
Filter on the creator ISPB (infractions this institution filed).
Filter on the suspect payment's endToEndId.
Response
OK
The list of detected infractions, newest first.

