Listar marcadores de fraude
Retorna os marcadores de fraude registrados para o tax_id_number obrigatório dentro do escopo do participante determinado pelo tenant autenticado. Os filtros opcionais são key, status (REGISTERED ou CANCELLED), modified_after e modified_before (RFC3339) e limit (de 1 a 200). limit não tem valor padrão e só é aplicado quando informado.
Autorizações
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"
Resposta
Matching fraud markers (possibly empty).

