GET
/api-v1/swissdec/institutions
curl \
--request GET 'https://wyzio.app/api-v1/swissdec/institutions'
Response examples (200)
[
{
"id": 42,
"organizationId": 42,
"domain": "AHV_AVS",
"organizationEmployeeGroupId": 42,
"institutionKey": "string",
"name": "string",
"institutionId": "string",
"customerIdentity": "string",
"contractIdentity": "string",
"active": true
}
]