# Fetch voice number **GET /v1/Voice/Numbers/{Number}** Voice pricing for a specific phone number ## Servers - https://pricing.twilio.com: https://pricing.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Number** (string(phone-number)) The phone number to fetch. ## 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) - **number** (string(phone-number) | null) The phone number. - **country** (string | null) The name of the country. - **iso_country** (string(iso-country-code) | null) The [ISO country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). - **outbound_call_price** (object(outbound-call-price) | null) The OutboundCallPrice record, which includes a list of `origination_prefixes` and the `base_price` and `current_price` for those prefixes. - **inbound_call_price** (object(inbound-call-price) | null) The [InboundCallPrice](https://www.twilio.com/docs/voice/pricing#inbound-call-price) record. If `null`, the Phone Number is not a Twilio number owned by this account. - **price_unit** (string(currency) | null) The currency in which prices are measured, specified in [ISO 4127](http://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)