List fraud rules
Use this endpoint to list fraud rules with cursor-based pagination and optional filters. DELETED rules are not returned in listings.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by name (case-insensitive partial match)
Filter by status (DRAFT, ACTIVE, INACTIVE; DELETED not allowed)
Filter by action (ALLOW, DENY, REVIEW)
Filter by scope account_id (UUID)
Filter by scope segment_id (UUID)
Filter by scope portfolio_id (UUID)
Filter by scope merchant_id (UUID)
Filter by scope transaction_type (CARD, WIRE, PIX, CRYPTO)
Filter by scope sub_type (case-insensitive; max 50 chars)
Max items per page (1-100, default: 10)
Pagination cursor (empty for first page)
Sort field (created_at, updated_at, name, status)
Sort direction (ASC, DESC)

