Skip to main content
GET
cURL with fictitious data

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

tax_id_number
string
required

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

Example:

"12345678901"

key
string

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

Example:

"user@example.com"

status
enum<string>

Optional status filter

Available options:
REGISTERED,
CANCELLED
Example:

"REGISTERED"

modified_after
string<date-time>

Optional RFC 3339 lower bound on lastModified

Example:

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

modified_before
string<date-time>

Optional RFC 3339 upper bound on lastModified

Example:

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

limit
string

Optional page size, 1..200

Example:

"50"

Response

Matching fraud markers (possibly empty).

fraudMarkers
object[]
required

Matching fraud markers, empty when none match

Example:
hasMoreElements
boolean
required

Whether more results exist beyond this page

Example:

false

total
integer<int64>
required

Total number of matching fraud markers

Example:

1