---
title: "Retrieve operator by ID"
method: GET
path: "/operators/{operator_id}"
tags: ["Operators"]
---

# Retrieve operator by ID

`GET /operators/{operator_id}`

## Path parameters

- `operator_id` integer, required — Operator identifier.

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

- `404` — Operator not found
- `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)
