Skip to main content
GET
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

tax_id_number
string
requerido

CPF (11 digits) or numeric CNPJ (14 digits) to filter by

Ejemplo:

"12345678901"

key
string

Optional Pix key filter. Maximum 77 BYTES UTF-8, not characters -- see CreateFraudMarkerBody.Key.

Ejemplo:

"user@example.com"

status
enum<string>

Optional status filter

Opciones disponibles:
REGISTERED,
CANCELLED
Ejemplo:

"REGISTERED"

modified_after
string<date-time>

Optional RFC 3339 lower bound on lastModified

Ejemplo:

"2026-08-01T00:00:00Z"

modified_before
string<date-time>

Optional RFC 3339 upper bound on lastModified

Ejemplo:

"2026-08-19T23:59:59Z"

limit
string

Optional page size, 1..200

Ejemplo:

"50"

Respuesta

Matching fraud markers (possibly empty).

fraudMarkers
object[]
requerido

Matching fraud markers, empty when none match

Ejemplo:
hasMoreElements
boolean
requerido

Whether more results exist beyond this page

Ejemplo:

false

total
integer<int64>
requerido

Total number of matching fraud markers

Ejemplo:

1