curl --request GET \
--url https://preview.intermezzo.ai/germany/healthagencies \
--header 'Authorization: Bearer <token>'[
{
"agency": {
"agencyId": "<string>",
"agencyCode": "<string>",
"fundType": "AOK",
"shortName": "AOK Bayern",
"fullName": "AOK Bremen/Bremerhaven",
"additionalContributionRate": "0.0270",
"bankName": "Deutsche Bank",
"iban": "DE89370400440532013000",
"bic": "COBADEFFXXX",
"creditorId": "DE98ZZZ09999999999"
},
"umlage": [
{
"levyType": "<string>",
"reimbursementRate": 123,
"contributionRate": "<string>",
"levyId": 1
}
]
}
]curl --request GET \
--url https://preview.intermezzo.ai/germany/healthagencies \
--header 'Authorization: Bearer <token>'[
{
"agency": {
"agencyId": "<string>",
"agencyCode": "<string>",
"fundType": "AOK",
"shortName": "AOK Bayern",
"fullName": "AOK Bremen/Bremerhaven",
"additionalContributionRate": "0.0270",
"bankName": "Deutsche Bank",
"iban": "DE89370400440532013000",
"bic": "COBADEFFXXX",
"creditorId": "DE98ZZZ09999999999"
},
"umlage": [
{
"levyType": "<string>",
"reimbursementRate": 123,
"contributionRate": "<string>",
"levyId": 1
}
]
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get token from Auth0 and paste it here
Filter by agency ID
Filter by agency code
Filter by fund type
Was this page helpful?