Listar marcadores de fraude
Se devuelven los marcadores de fraude registrados para el tax_id_number obligatorio dentro del alcance del participante determinado por el tenant autenticado. Los filtros opcionales son key, status (REGISTERED o CANCELLED), modified_after y modified_before (RFC3339), y limit (de 1 a 200). limit no tiene valor predeterminado y solo se aplica cuando se informa.
Autorizaciones
JWT bearer token issued by the identity provider.
Parámetros de consulta
CPF (11 digits) or numeric CNPJ (14 digits) to filter by
"12345678901"
Optional Pix key filter. Maximum 77 BYTES UTF-8, not characters -- see CreateFraudMarkerBody.Key.
"user@example.com"
Optional status filter
REGISTERED, CANCELLED "REGISTERED"
Optional RFC 3339 lower bound on lastModified
"2026-08-01T00:00:00Z"
Optional RFC 3339 upper bound on lastModified
"2026-08-19T23:59:59Z"
Optional page size, 1..200
"50"

