Skip to main content
GET
Listar limites de gastos

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

name
string

Filter by name (case-insensitive partial match)

status
string

Filter by status (DRAFT, ACTIVE, INACTIVE)

limit_type
string

Filter by limit type (DAILY, WEEKLY, MONTHLY, CUSTOM, PER_TRANSACTION)

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, max_amount)

sort_order
string

Sort direction (ASC, DESC)

Resposta

OK

hasMore
boolean
obrigatório
Exemplo:

true

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

"eyJpZCI6IjAxOTI4In0="