curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/insurance-level-choices/{choice_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}Get German organization insurance level choice by ID.
curl --request GET \
--url https://sandbox.intermezzo.ai/organizations/{organization_id}/insurance-level-choices/{choice_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agencyId": "<string>",
"compensationLevyId": 123,
"orgId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?