---
title: "Retrieve list of operators"
method: GET
path: "/operators"
tags: ["Operators"]
---

# Retrieve list of operators

`GET /operators`

## 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.
- `service_id` integer — Service identifier. See [Services](#tags/Services) for more details.
- `subservice_id` integer — Sub-service identifier. See [Services](#tags/Services) for more details.
- `page` integer
- `per_page` integer

## Response `200`

successful operation

- object[]
  - `id` integer, required — Operator identifier.
  - `name` string, required
  - `country` Country, required
    - `name` string, required
    - `iso_code` string, required — 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.
    - `regions` ServiceRegion[], nullable, required
      - `name` string, required
      - `code` string, required — Country subregion 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.
  - `regions` ServiceRegion[], nullable, required
    - `name` string, required
    - `code` string, required — Country subregion 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.

## 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)
