v1
latestOpenAPI 3.0.02026-07-268955283.0 KBGet connection by ID
get/connections/{connectionId}
Path parameters
connectionIdstring required
A unique identifier for the connection
Response
Response
Example response
{
"access": {
"accounts": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
],
"balances": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
],
"transactions": [
{
"iban": "IL123456789012345678901",
"bban": "10-944-50151142"
}
]
}
}