Skip to main content
GET
List fraud rules

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

name
string

Filter by name (case-insensitive partial match)

status
string

Filter by status (DRAFT, ACTIVE, INACTIVE; DELETED not allowed)

action
string

Filter by action (ALLOW, DENY, REVIEW)

account_id
string

Filter by scope account_id (UUID)

segment_id
string

Filter by scope segment_id (UUID)

portfolio_id
string

Filter by scope portfolio_id (UUID)

merchant_id
string

Filter by scope merchant_id (UUID)

transaction_type
string

Filter by scope transaction_type (CARD, WIRE, PIX, CRYPTO)

sub_type
string

Filter by scope sub_type (case-insensitive; max 50 chars)

limit
string

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

cursor
string

Pagination cursor (empty for first page)

sort_by
string

Sort field (created_at, updated_at, name, status)

sort_order
string

Sort direction (ASC, DESC)

Response

OK

hasMore
boolean
required
Example:

true

rules
object[] | null
required
nextCursor
string
Example:

"eyJpZCI6IjAxOTI4In0="