Skip to main content
GET
List MED infractions

Authorizations

Authorization
string
header
required

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

status
string

Filter on stRelatoInfracao (0=Aberto, 1=Recebido, 2=Cancelado, 3=Analisado).

psp_contraparte
string

Filter on the counterparty ISPB (infractions filed against this institution).

psp_criador
string

Filter on the creator ISPB (infractions this institution filed).

end_to_end_id
string

Filter on the suspect payment's endToEndId.

Response

OK

data
object[] | null
required

The list of detected infractions, newest first.