Se deseja buscar o Sócio da Empresa pelo IDdele, utilize o GET abaixo :

GET END_POINT/empresa/socio/:ID_SOCIO

{
    "id": "String",
    "empresa_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",
    "data_nascimento": "String",
    "nome_mae": "String",
    "renda_mensal": double,
    "administrador": boolean,
    "percentual": int,
    "pep": boolean,
    "codigo_ocupacao": "String",
    "documentos": [
        {
            "tipo": "String",
            "nome": "String",
            "url": "String",
            "full_path": "String"
        },
        {
            "tipo": "String",
            "nome": "String",
            "url": "String",
            "full_path": "String"
        }
    ]

}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!