---
title: "Get SMS rates"
method: GET
path: "/rates/sms"
tags: ["Portal", "Portal Rates"]
---

# Get SMS rates

`GET /rates/sms`

get customer sms rates for certain sms channel

## Query parameters

- `username` string — SMS channel username (takes precedence over id).
- `id` integer — SMS channel id (used when username is not supplied).

## Response `200`

Successful Response

- SmsRateItem[]
  - `rate` number, required
  - `mcc` string, required
  - `mnc` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
