cURL
curl --request GET \ --url https://sandbox.intermezzo.ai/germany/healthagencies \ --header 'Authorization: Bearer <token>'
[ { "agency": { "additionalContributionRate": "0.0270", "agencyCode": "AOK01", "agencyId": 123, "bankName": "Deutsche Bank", "bic": "COBADEFFXXX", "creditorId": "DE98ZZZ09999999999", "fundType": "AOK", "iban": "DE89370400440532013000", "shortName": "AOK Bayern" }, "umlage": [ { "contributionRate": "0.024", "levyType": "U1", "reimbursementRate": 70 }, { "contributionRate": "0.0044", "levyType": "U2", "reimbursementRate": 100 } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by agency ID
Filter by agency code
Filter by fund type
Successful Response
The response is of type HealthAgenciesResponse · object[].
HealthAgenciesResponse · object[]
Was this page helpful?