Benefits

List all available benefit services

get/benefits/services

Response

Successful operation

codestring required
namestring required

Display name of the service

category'HEALTHCARE' | 'SPORT_WELLNESS' | 'LUNCH_FOOD' | 'CULTURE_RECREATION' required
descriptionstring required
availableCountriesstring[] required
detailsstring

Combined features and limitations in a formatted text

cancellationPolicystring

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 errorGUID to the response with the 500 status

      response-optional-property-added

    • added the optional property errorGUID to the response with the 503 status

      response-optional-property-added

    • the response property code became optional for the status 500

      response-property-became-optional

    • the response property code became optional for the status 503

      response-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 500

      response-non-success-status-added

    • added the non-success response with the status 503

      response-non-success-status-added

    • the items/provider/supportPhone response's property pattern ^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$ was removed for the status 200

      response-property-pattern-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • removed the non-success response with the status 503

      response-non-success-status-removed

    • the items/provider/supportPhone response's property pattern ^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$ was added for the status 200

      response-property-pattern-added

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog