Get 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"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.