List fraud markers
Returns the fraud markers registered for the required tax_id_number within the participant scope determined by the authenticated tenant. Optional filters are key, status (REGISTERED or CANCELLED), modified_after and modified_before (RFC3339), and limit (1 to 200). limit has no default and is applied only when provided.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
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"

