Get available ebics servers for organization

GET /api-v1/organization/ebics-servers/{organizationId}

Headers

Path parameters

Responses

GET /api-v1/organization/ebics-servers/{organizationId}
curl \
 -X GET http://wyzio.app/api-v1/organization/ebics-servers/{organizationId} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "id": 42,
    "name": "string",
    "swiftBic": "string"
  }
]