v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBMED Incoming Infractions
Get incoming infraction
Retrieves a single incoming MED infraction by its id, scoped to the authenticated account.
get/v1/incoming-infractions/{id}
Path parameters
idinteger required
Incoming infraction id
Response
Infraction detail
Example response
{
"created_at": "2026-05-28T14:30:00Z",
"deadline": "2026-05-28T14:30:00Z",
"funds_recovery": {
"closed_at": "2026-05-28T14:30:00Z",
"external_created_at": "2026-05-28T14:30:00Z",
"external_last_modified_at": "2026-05-28T14:30:00Z"
},
"original_transaction": {
"created_at": "2026-05-28T14:30:00Z"
}
}