English
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
The identifier of the benefit bag configuration
The name of the benefit bag configuration
The benefits this configuration can be applied to
education-benefit
gift-card-benefit
gym-benefit
health-insurance-benefit
home-office-benefit
individual-capitalization-benefit
it-product-benefit
life-insurance-benefit
meal-benefit
nursery-benefit
pension-plan-benefit
renting-benefit
retirement-insurance-benefit
transport-benefit
unknown
wellness-benefit
claps-benefit
capitalization-benefit
The date from which the benefit bag can be consumed
The monetary amount in cents (e.g., 4500000 for 45,000)
x >= 1
The currency code (e.g., EUR)
"EUR"
{ "amountInCents": 4500000, "currency": "EUR"}