Skip to main content
GET
/
germany
/
insurance-agencies
List Insurance Agencies
curl --request GET \
  --url https://dev.intermezzo.ai/germany/insurance-agencies \
  --header 'Authorization: Bearer <token>'
{
  "agencies": [
    {
      "agencyId": "<string>",
      "shortName": "<string>",
      "contributionRate": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Get token from Auth0 and paste it here

Response

200 - application/json

Successful Response

Response wrapper for list of insurance agencies

agencies
InsuranceAgencyResponse · object[]
required