Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://preview.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
Get token from Auth0 and paste it here
Successful Response
Response wrapper for list of insurance agencies
Show child attributes
Was this page helpful?