curl --request GET \
--url https://dev.intermezzo.ai/germany/insurance-agencies \
--header 'Authorization: Bearer <token>'{
"agencies": [
{
"agencyId": "<string>",
"shortName": "<string>",
"contributionRate": "<string>"
}
]
}Get list of insurance agencies with their contribution rates
curl --request GET \
--url https://dev.intermezzo.ai/germany/insurance-agencies \
--header 'Authorization: Bearer <token>'{
"agencies": [
{
"agencyId": "<string>",
"shortName": "<string>",
"contributionRate": "<string>"
}
]
}Was this page helpful?