---
title: "List all available benefit services"
method: GET
path: "/benefits/services"
tags: ["Benefits"]
---

# List all available benefit services

`GET /benefits/services`

## Response `200`

Successful operation

- BenefitService[]
  - `code` string, required
  - `name` string, required — Display name of the service
  - `category` 'HEALTHCARE' | 'SPORT_WELLNESS' | 'LUNCH_FOOD' | 'CULTURE_RECREATION', required
  - `provider` object, required
    - `name` string, required
    - `website` string, uri, required
    - `contactEmail` string, email, required — Email address string
    - `supportPhone` string, required — Phone number string
    - `description` string
  - `description` string, required
  - `availableCountries` string[], required
  - `details` string — Combined features and limitations in a formatted text
  - `cancellationPolicy` string

## Other responses

- `500` — An internal server error occurred.
- `503` — The service is temporarily unavailable. Maybe there is maintenance?

## Changes

- **2025-01-17** `4573748c6338` — 2 info
  - added the optional property `errorGUID` to the response with the `500` status
  - added the optional property `errorGUID` to the response with the `503` status
- **2025-01-09** `a59b7402c514` — 2 breaking
  - the response property `code` became optional for the status `500`
  - the response property `code` became optional for the status `503`
- **2025-01-09** `29074eeb2bb5` — 3 info
  - added the non-success response with the status `500`
  - added the non-success response with the status `503`
  - the `items/provider/supportPhone` response's property pattern `^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$` was removed for the status `200`
- **2025-01-07** `659ddbe31a58` — 3 info
  - removed the non-success response with the status `500`
  - removed the non-success response with the status `503`
  - the `items/provider/supportPhone` response's property pattern `^[+]?[(]?[0-9]{1,4}[)]?[-\s\./0-9]*$` was added for the status `200`

[Change history](https://skmtc.dev/ducin-public/apis/itcorpo-api/changes/benefits/services/get.md)

---

[API](https://skmtc.dev/ducin-public/apis/itcorpo-api.md) · [All operations](https://skmtc.dev/ducin-public/apis/itcorpo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ducin-public/itcorpo-api/revisions/80675117301b/schema)
