Returns the full list of known Swiss insurers with their insurer number and UID, used to auto-fill the insurer number on the organization's contribution table.
GET
/api-v1/swissdec-insurance
curl \
--request GET 'https://wyzio.app/api-v1/swissdec-insurance'
Response examples (200)
[
{
"id": 42,
"insurerNumber": "string",
"uid": "string"
}
]