POST https://cashtrack.com.br/api/cliente/show/categorias?page=1
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{SEU_TOKEN}}
json
{
"id": null,
"categoria": "analitica",
"empresa": "",
"nome": ""
}
json
{
"current_page": 1,
"data": [
{
"id": 84198,
"empresa_id": 949,
"nome": "RECEITA DINHEIRO",
"codigo": "100001",
"sintetica_id": 28708,
"devolucao": 0,
"natureza": 1,
"tipo_conta": 2,
"tipo_gasto": null
},
{
"id": 84199,
"empresa_id": 949,
"nome": "RECEITA CARTÃO",
"codigo": "100002",
"sintetica_id": 28708,
"devolucao": 0,
"natureza": 1,
"tipo_conta": 2,
"tipo_gasto": null
}
// ...demais registros
],
"first_page_url": "https://cashtrack.com.br/api/cliente/show/categorias?page=1",
"from": 1,
"last_page": 4,
"last_page_url": "https://cashtrack.com.br/api/cliente/show/categorias?page=4",
"links": [...],
"next_page_url": "https://cashtrack.com.br/api/cliente/show/categorias?page=2",
"path": "https://cashtrack.com.br/api/cliente/show/categorias",
"per_page": 25,
"prev_page_url": null,
"to": 25,
"total": 86
}