Endpoint
POST /v3/infractions/list
Authentication and target
Use an account credential for its bound account, or a user credential with bothX-ISPB and X-Account-Number. If an account credential sends those headers, both must be present and must match its bound account. Platform credentials are not accepted. All requests require the standard HMAC-SHA256 headers. The selected account determines payer-side MED owner scope; receiver-side operations are not exposed by these routes.
The curl example below uses an ACCOUNT credential bound to the operated account, so it omits X-ISPB and X-Account-Number. If X-Client-ID identifies a USER credential, add both target headers and include their exact trimmed values in the canonical header set before calculating X-Signature.
Request body
Every field is optional: numericpage, page_size, and status; numeric Unix-millisecond start_time and end_time; string case_id, infraction_report_id, and connected_transaction_id.
Success data
items[] with infraction/transaction/account/case/report IDs, numeric status, display text, decimal-string amount, numeric create/update times; plus numeric pagination fields.