API Reference
Log In

Search information from all linked bank accounts

Endpoint that returns bank account data: account number and apikey for each account linked to this document

Return example

[
    {
        "number": "34681",
        "branch": "0001",
        "type": "CURRENT",
        "status": "ACTIVE",
        "apiKey": "PJPyJ2xGmyB9oDHyNIUwNOt1dgpgolBwcE16ybaKD5o0zFAEYTafkABQ40Y/pF",
        "holder": {
            "document": "87122911535",
            "name": "Joao Joealmo",
            "email": "[email protected]",
            "type": "NATURAL"
        },
        "bank": {
            "code": "0435",
            "name": "DELCRED SCD S.A.",
            "nameFantasy": "DELBANK",
            "ispbCode": "38224857"
        }
    }
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!