Skip to main content
GET
List transaction validation records

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

limit
string

Max items per page (1-1000, default: 100)

cursor
string

Pagination cursor from previous response

sort_by
string

Field to sort by (created_at, processing_time_ms; default: created_at)

sort_order
string

Sort direction (ASC, DESC; default: DESC)

start_date
string

Filter from this date (RFC3339)

end_date
string

Filter to this date (RFC3339)

decision
string

Filter by decision (ALLOW, DENY, REVIEW)

account_id
string

Filter by account ID (UUID)

matched_rule_id
string

Filter by matched rule ID (UUID)

exceeded_limit_id
string

Filter by exceeded limit ID (UUID)

segment_id
string

Filter by segment ID (UUID)

portfolio_id
string

Filter by portfolio ID (UUID)

transaction_type
string

Filter by transaction type (CARD, WIRE, PIX, CRYPTO)

Resposta

OK

hasMore
boolean
obrigatório
Exemplo:

true

transactionValidations
object[] | null
obrigatório
nextCursor
string
Exemplo:

"eyJpZCI6IjAxOTI4In0="