---
title: "Show voice rates"
method: GET
path: "/rates/{id}"
tags: ["Portal", "Portal Rates"]
---

# Show voice rates

`GET /rates/{id}`

show all voice rates for customer for certain call plan's tech prefix

## Path parameters

- `id` string, required — Tech prefix (or "current" for the customer's default prefix).

## Response `200`

Successful Response

- VoiceRatesResponse — Voice rates wrapper returned by `/portal/rates/*` endpoints.
  - `rates` VoiceRateItem[], required
    - `prefix` string, required — Destination dial prefix (E.164 without "+").
    - `destination` string, required — Human-readable destination name (country + network).
    - `price` number, required — Price per minute in customer currency.
    - `block` string — Billing increment as "initial/subsequent" seconds, e.g. "60/1" or "6/6".

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