Export charges (synchronous CSV)
GET/api/v1/exports/charges
Generates and returns the charges CSV inline (text/csv; charset=utf-8 with BOM, Content-Disposition: attachment), with optional status and due-date filters. Columns: cliente, documento_cliente, numero_documento, descricao, valor_original, valor_atual, vencimento, dias_atraso, status, origem, external_id. Capped at 10k rows; beyond that use the asynchronous export (POST /exports/jobs).
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
CSV file (text/csv; charset=utf-8 with BOM so Excel renders accents correctly; Content-Disposition: attachment).
Missing, invalid, expired or revoked API key.
The key lacks the scope required by this operation.
Resource not found or outside your organization.
Rate limit exceeded. Wait and retry.
Internal error. Retry; if it persists, contact support.