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": "123",
      "agencyCode": "AOK01",
      "fundType": "AOK",
      "shortName": "AOK Bayern",
      "fullName": "AOK Bremen/Bremerhaven",
      "additionalContributionRate": "0.0270",
      "bankName": "Deutsche Bank",
      "iban": "DE89370400440532013000",
      "bic": "COBADEFFXXX",
      "creditorId": "DE98ZZZ09999999999"
    },
    "umlage": [
      {
        "levyId": 1,
        "levyType": "U1_1",
        "reimbursementRate": 70,
        "contributionRate": "0.024"
      }
    ]
  }
]

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
object
required
umlage
UmlageRates · object[]
required
I