curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/insurance-level-choices \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agencyId": "<string>"
}
'{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}Create German organization insurance level choice.
curl --request POST \
--url https://dev.intermezzo.ai/organizations/{organization_id}/insurance-level-choices \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"agencyId": "<string>"
}
'{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}Get token from Auth0 and paste it here
Was this page helpful?