curl --request GET \
--url https://suite.sisqualis.com.br/api/finance/charges/ \
--header 'Authorization: <api-key>'[
{
"id": 123,
"external_id": "<string>",
"provider": "<string>",
"customer_name": "<string>",
"customer_document": "<string>",
"document_number": "<string>",
"reference_code": "<string>",
"description": "<string>",
"issue_date": "2023-12-25",
"due_date": "2023-12-25",
"amount": "<string>",
"received_amount": "<string>",
"status": "<string>",
"installment_number": 123,
"total_installments": 123,
"bank_reference_id": "<string>",
"fiscal_document_ids": [
123
],
"reconciled_transaction_ids": [
123
],
"tags": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]curl --request GET \
--url https://suite.sisqualis.com.br/api/finance/charges/ \
--header 'Authorization: <api-key>'[
{
"id": 123,
"external_id": "<string>",
"provider": "<string>",
"customer_name": "<string>",
"customer_document": "<string>",
"document_number": "<string>",
"reference_code": "<string>",
"description": "<string>",
"issue_date": "2023-12-25",
"due_date": "2023-12-25",
"amount": "<string>",
"received_amount": "<string>",
"status": "<string>",
"installment_number": 123,
"total_installments": 123,
"bank_reference_id": "<string>",
"fiscal_document_ids": [
123
],
"reconciled_transaction_ids": [
123
],
"tags": [
"<string>"
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Use: Token <seu_token>
Cobrancas