List all available benefit services
Response
Successful operation
Example response
[
{
"name": "Medicover Healthcare Premium",
"category": "HEALTHCARE",
"provider": {
"name": "Medicover",
"website": "https://medicover.com"
},
"description": "Premium healthcare package including dental and specialist care",
"availableCountries": [
"PL",
"DE",
"NL"
],
"details": "Features:\n- Dental care\n- 24/7 hotline\n- Mobile app\n\nLimitations:\n- 14 days waiting period\n- Excludes pre-existing conditions",
"cancellationPolicy": "1 month notice required"
}
]Changes
Changed in 4 of the 28 revisions of this API.28
- ○
added the optional property
errorGUIDto the response with the500statusresponse-optional-property-added
- ○
added the optional property
errorGUIDto the response with the503statusresponse-optional-property-added
- ○
- ▲
the response property
codebecame optional for the status500response-property-became-optional
- ▲
the response property
codebecame optional for the status503response-property-became-optional
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
added the non-success response with the status
503response-non-success-status-added
- ○
the
items/provider/supportPhoneresponse's property pattern^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$was removed for the status200response-property-pattern-removed
- ○
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the non-success response with the status
503response-non-success-status-removed
- ○
the
items/provider/supportPhoneresponse's property pattern^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$was added for the status200response-property-pattern-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○