curl --request GET \
--url https://preview.intermezzo.ai/organizations/{organization_id}/insurance-level-choices \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}
]Get German organization insurance level choices.
curl --request GET \
--url https://preview.intermezzo.ai/organizations/{organization_id}/insurance-level-choices \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.intermezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?