POST https://cashtrack.com.br/api/cliente/show/empresas?page=1
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{SEU_TOKEN}}
json
{
"id": null,
"empresa": ""
}
json
{
"current_page": 1,
"data": [
{
"id": 949,
"apelido": "LUZ FORTE",
"razao_social": "LUZ FORTE SERVIÇOS LGTDA",
"cnpj": "31990219000109",
"nome_contato": null,
"telefone": "",
"email": null,
"segmento": null,
"cep": null,
"rua": null,
"bairro": null,
"cidade": null,
"estado": null,
"numero": null}
],
"first_page_url": "https://cashtrack.com.br/api/cliente/show/empresas?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://cashtrack.com.br/api/cliente/show/empresas?page=1",
"links": [...],
"next_page_url": null,
"path": "https://cashtrack.com.br/api/cliente/show/empresas",
"per_page": 25,
"prev_page_url": null,
"to": 1,
"total": 1
}