---
title: "GET /v2/Trunking/Numbers/{DestinationNumber}"
method: GET
path: "/v2/Trunking/Numbers/{DestinationNumber}"
tags: ["PricingV2Number"]
---

# GET /v2/Trunking/Numbers/{DestinationNumber}

`GET /v2/Trunking/Numbers/{DestinationNumber}`

Fetch pricing information for a specific destination and, optionally, origination phone number.

## Path parameters

- `DestinationNumber` string, phone-number, required

## Query parameters

- `OriginationNumber` string, phone-number

## Response `200`

OK

- PricingV2TrunkingNumber
  - `destination_number` string, phone-number, nullable — The destination phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.
  - `origination_number` string, phone-number, nullable — The origination phone number in [[E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.
  - `country` string, nullable — The name of the country.
  - `iso_country` string, iso-country-code, nullable — The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
  - `terminating_prefix_prices` object[], nullable
    - `origination_prefixes` string[]
    - `destination_prefixes` string[]
    - `base_price` number
    - `current_price` number
    - `friendly_name` string
  - `originating_call_price` object, nullable — The [OriginatingCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) record.
    - `base_price` number
    - `current_price` number
    - `number_type` string
  - `price_unit` string, currency, nullable — The currency in which prices are measured, specified in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).
  - `url` string, uri, nullable — The absolute URL of the resource.

---

[API](https://skmtc.dev/twilio/apis/twilio-pricing.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-pricing/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-pricing/revisions/d82a0f161c8a/schema)
