cURL
curl --request GET \ --url https://pre-public-api.cobee.io/api/v3/companies/{companyId}/benefit-models \ --header 'Authorization: Bearer <token>'
{ "benefitModels": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "benefitBagConfigs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "allowedFor": [ "education-benefit" ], "consumableFrom": "2023-12-25", "limitAmount": { "amountInCents": 4500000, "currency": "EUR" } } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the company
List of benefit models successfully retrieved
List of benefit models
Show child attributes