Skip to main content
GET
List Fraud Markers

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de consulta

limit
integer
padrão:10

Maximum number of items per page.

Intervalo obrigatório: 1 <= x <= 100
modified_after
string

Filter by records modified after this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).

modified_before
string

Filter by records modified before this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).

tax_id
string

Filter by CPF or CNPJ document.

status
enum<string>

Filter by status.

Opções disponíveis:
REGISTERED,
CANCELLED

Resposta

List of fraud markers retrieved successfully.

items
object[]
hasMoreElements
boolean

Indicates if there are more elements to fetch.

Exemplo:

false