POST https://cashtrack.com.br/api/cliente/show/bancos?page=1
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{SEU_TOKEN}}
json
{
"id": null,
"empresa": "",
"banco": ""
}
json
{
"current_page": 1,
"data": [
{
"id": 1488,
"empresa_id": 949,
"apelido": null,
"codigo": 77,
"agencia": 1,
"conta": null,
"saldo_inicial":"5388.07",
"data_saldo_inicial":"2025-03-01"
},
{
"id": 1489,
"empresa_id": 949,
"apelido": null,
"codigo": 260,
"agencia": null,
"conta": null,
"saldo_inicial":"7156.79",
"data_saldo_inicial":"2025-03-01"
}
],
"first_page_url": "https://cashtrack.com.br/api/cliente/show/bancos?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://cashtrack.com.br/api/cliente/show/bancos?page=1",
"links": [...],
"next_page_url": null,
"path": "https://cashtrack.com.br/api/cliente/show/bancos",
"per_page": 25,
"prev_page_url": null,
"to": 2,
"total": 2
}