List spending limits
Use this endpoint to list spending limits with cursor-based pagination and optional filters. DELETED limits 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)
Filter by limit type (DAILY, WEEKLY, MONTHLY, CUSTOM, PER_TRANSACTION)
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, max_amount)
Sort direction (ASC, DESC)

