---
title: "Retrieve list of services"
method: GET
path: "/services"
tags: ["Services"]
---

# Retrieve list of services

`GET /services`

## Query parameters

- `country_iso_code` string — Country code in [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) format. Note that the official list can be extended with additional country codes.
- `page` integer
- `per_page` integer

## Response `200`

successful operation

- Service[]
  - `id` integer, required — Service identifier. See [Services](#tags/Services) for more details.
  - `name` string, required
  - `subservices` Subservice[], nullable, required
    - `id` integer, required — Sub-service identifier. See [Services](#tags/Services) for more details.
    - `name` string, required

## Other responses

- `default` — default error response

---

[API](https://skmtc.dev/dtone/apis/digital-value-services-api.md) · [All operations](https://skmtc.dev/dtone/apis/digital-value-services-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dtone/digital-value-services-api/revisions/41b676566ef8/schema)
