Get Boleto Charge monthly quota
Returns the two issuance quotas enforced together for the current BRT
calendar month. The tenant policy is
`boletoCharge.maxIssuesPerMonth` (default 100); the account policy
defaults to 5 for a PF holder and 10 for a PJ holder. There is no
unlimited mode. `effectiveRemaining` is the smaller remaining balance.
A slot is consumed when an issuance is admitted/reserved. It is not
refunded if issuance later fails at the settlement bank. Beneficiary
validation failures, idempotent repeats, quota denials, and batch
dispatches that cannot fit all items consume nothing.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
accountId
Account identifier.
Headers
X-Tenant-Id
Tenant context used for authorization and routing.
Response
Tenant and account quota for the current BRT month
periodStart
First day of the current BRT calendar month.
resetsAt
UTC instant at which the next BRT calendar month starts.
tenant
One enforced monthly issuance counter.
account
One enforced monthly issuance counter.
effectiveRemaining
Minimum of tenant.remaining and account.remaining.
Errors
403
Forbidden Error
404
Not Found Error
503
Service Unavailable Error