Para buscar clientes, utilize o GET abaixo :

GET END_POINT/cliente/empresa/:ID_EMPRESA?first=0&limit=50

Parâmetro no Headers :

filtros: ['nome','documento', ' email', 'telefone']

Exemplo 1 :

GET https://END_POINT/cliente/empresa/:ID_EMPRESA?first=0&limit=50

Headers :

filtros: ['maria','25698356092']

[
    {
        "empresa_id": "String",
        "id": "String",
        "tipo": "String",
        "nome": "String",
        "cpf": "String",
        "email": "String",
        "telefone_celular": "String",
        "cep": "String",
        "endereco": "String",
        "numero": "String",
        "bairro": "String",
        "cidade": "String"
    }
]

Exemplo 2 :

GET https://END_POINT/cliente/empresa/:ID_EMPRESA?first=0&limit=50

Headers:

filtros : ['maria']

[
    {
        "empresa_id": "String",
        "observacoes": "String",
        "id": "String",
        "tipo": "String",
        "nome": "String",
        "cpf": "String",
        "email": "String",
        "telefone_fixo": "String",
        "telefone_celular": "String",
        "cep": "String",
        "endereco": "String",
        "numero": "String",
        "bairro": "String",
        "cidade": "String",
        "uf": "String"
    },
    {
        "empresa_id": "String",
        "id": "String",
        "tipo": "String",
        "nome": "String",
        "cpf": "String",
        "email": "String",
        "telefone_celular": "String",
        "cep": "String",
        "endereco": "String",
        "numero": "String",
        "bairro": "String",
        "cidade": "String",
        "uf": "String"
    },
    {
        "empresa_id": "String",
        "id": "String",
        "tipo": "String",
        "nome": "String",
        "cpf": "String",
        "email": "String",
        "telefone_celular": "String",
        "cep": "String",
        "endereco": "String",
        "numero": "String",
        "bairro": "String",
        "cidade": "String"
    },
    {
        "empresa_id": "String",
        "id": "String",
        "tipo": "String",
        "nome": "String",
        "cpf": "String",
        "email": "String",
        "telefone_celular": "String",
        "cep": "String",
        "endereco": "String",
        "numero": "String",
        "bairro": "String",
        "cidade": "String",
        "uf": "String"
    }
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!