Skip to main content
GET
/
germany
/
healthagencies
List Health Agencies
curl --request GET \
  --url https://sandbox.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
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agencyId
string | null

Filter by agency ID

agencyCode
string | null

Filter by agency code

fundType
string | null

Filter by fund type

Response

Successful Response

agency
HealthAgency · object
required
umlage
UmlageRates · object[]
required