Para buscar a conta de uma empresa, utilize o GET abaixo :

GET END_POINT/empresa/conta-corrente/:ID_CONTA_CORRENTE

{
    "id": "String",
    "banco": {
        "codigo_febraban": "String",
        "nome": "String"
    },
    "agencia": "String",
    "numero_conta": "String",
    "wallet_id": "String",
    "principal": boolean,
    "empresa_id": "String"
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!