cURL
curl --request GET \ --url https://pre-public-api.cobee.io/api/v3/companies/{companyId}/benefit-models/{benefitModelId} \ --header 'Authorization: Bearer <token>'
{ "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
The unique identifier of the benefit model
Benefit model successfully retrieved
The identifier of the benefit model
The name of the benefit model
Show child attributes