Returns the list of available EBICS servers for the specified organization.
GET
/api-v1/organization/ebics-servers/{organizationId}
curl \
--request GET 'https://wyzio.app/api-v1/organization/ebics-servers/{organizationId}'
Response examples (200)
[
{
"id": 42,
"name": "string",
"swiftBic": "string"
}
]