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

# Show current voice rates

`GET /rates/current`

show all current voice rates for customer

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

---

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