---
title: "Get pricing for all Routee Services"
method: GET
path: "/system/prices"
---

# Get pricing for all Routee Services

`GET /system/prices`

You can retrieve pricing for all Routee services and specify various filters in order to retrieve only the prices that are of interest.

## Query parameters

- `mcc` string
- `mnc` string
- `service` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `sms` object[]
    - `mcc` string
    - `country` string
    - `iso` string
    - `networks` object[]
      - `network` string
      - `mnc` string
      - `price` number
  - `voice` object[]
    - `country` string
    - `iso` string
    - `mobilePrice` string
    - `landlinePrice` string
  - `viber` object[]
    - `country` string
    - `iso` string
    - `prices` object
      - `transactionalOutbound` string
      - `promotionalOutbound` string
      - `transactionalInbound` string
      - `promotionalInbound` string
      - `fee` string
      - `feePeriod` string
  - `twoStep` object
    - `sms` number
    - `voice` number
  - `lookup` object
    - `perRequest` number
  - `numberValidator` object
    - `withoutPortedInfo` number
    - `withPortedInfo` number
  - `currency` object
    - `code` string
    - `name` string
    - `sign` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
