cURL
curl --request GET \ --url https://api.example.com/organizations/{organization_id}/insurance-level-choices \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "agencyId": "<string>", "compensationLevyId": 123, "orgId": "<string>" } ]
Get German organization insurance level choices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response