Copiar POST https://cashtrack.com.br/api/cliente/show/cadastros?page=1
Copiar
Accept: application/json
Content-Type: application/json
Authorization: Bearer {{SEU_TOKEN}}
Copiar json
{
"id": null,
"apelido": "",
"empresa": ""
}
Copiar json
{
"current_page": 1,
"data": [
{
"id": 4745,
"apelido": "AMAZON VILLAGE",
"razao_social": "CONDOMINIO RESIDENCIAL AMAZON VILLAGE",
"tipo_doc": "2",
"nome_contato": "AMAZON VILLAGE",
"telefone": "9291391307",
"email": "AMAZONVILLAGE.ADM@GMAIL.COM",
"segmento": null,
"cep": "69041-010",
"rua": "Avenida do Turismo",
"bairro": "Tarumã",
"cidade": "Manaus",
"estado": "AM",
"numero": null,
"documento": "11041713000110",
"empresas": [
{
"empresa_id": 926
},
{
"empresa_id": 949
}
]
}
// ...demais registros
],
"first_page_url": "https://cashtrack.com.br/api/cliente/show/cadastros?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://cashtrack.com.br/api/cliente/show/cadastros?page=1",
"links": [...],
"next_page_url": null,
"path": "https://cashtrack.com.br/api/cliente/show/cadastros",
"per_page": 25,
"prev_page_url": null,
"to": 9,
"total": 9
}