get https://sandbox.sistematize.me:8443/api/v1/cliente/ID_CLIENTE
Segue abaixo exemplo do GET que deve utilizar para poder buscar o cliente pelo id:
GET = https://sandbox.sistematize.me:8443/api/v1/cliente/ID_CLIENTE
{
"id": "String",
"empresa_id": "String",
"tipo": "String",
"nome": "String",
"cpf": "String",
"cnpj": "String",
"email": "String",
"telefone_fixo": "String",
"telefone_celular": "String",
"cep": "String",
"endereco": "String",
"complemento": "String",
"numero": "String",
"bairro": "String",
"cidade": "String",
"uf": "String",
"codigo_ibge": "String",
"documento": "String",
"primeiroNome": "String",
"ultimoNome": " String"
}