# Fetch pricing information for a specific destination and, optionally, origination phone number. **GET /v2/Trunking/Numbers/{DestinationNumber}** Fetch pricing information for a specific destination and, optionally, origination phone number. Trunking pricing for a specific phone number ## Servers - https://pricing.twilio.com: https://pricing.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **DestinationNumber** (string(phone-number)) The destination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. ### Query parameters - **OriginationNumber** (string(phone-number)) The origination phone number, in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, for which to fetch the origin-based voice pricing information. E.164 format consists of a + followed by the country code and subscriber number. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **destination_number** (string(phone-number) | null) 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) | null) 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 | null) The name of the country. - **iso_country** (string(iso-country-code) | null) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - **terminating_prefix_prices** (array[object(outbound-prefix-price-with-origin)] | null) - **originating_call_price** (object(inbound-call-price) | null) The [OriginatingCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) record. - **price_unit** (string(currency) | null) 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) | null) The absolute URL of the resource. [Powered by Bump.sh](https://bump.sh)