# Fetch a phone number by port in request SID and phone number SID **GET /v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid}** Fetch a phone number by port in request SID and phone number SID ## Servers - https://numbers.twilio.com: https://numbers.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **PortInRequestSid** (string) The SID of the Port In request. This is a unique identifier of the port in request. - **PhoneNumberSid** (string) The SID of the Phone number. This is a unique identifier of the phone 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) - **port_in_request_sid** (string | null) The unique identifier for the port in request that this phone number is associated with. - **phone_number_sid** (string | null) The unique identifier for this phone number associated with this port in request. - **url** (string(uri) | null) URL reference for this resource. - **account_sid** (string | null) Account Sid or subaccount where the phone number(s) will be Ported. - **phone_number_type** (string | null) The number type of the phone number. This can be: toll-free, local, mobile or unknown. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. - **date_created** (string(date-time) | null) The timestamp for when this port in phone number was created. - **country** (string(iso-country-code) | null) The ISO country code that this number is associated with. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. - **missing_required_fields** (boolean | null) Indicates if the phone number is missing required fields such as a PIN or account number. This field may be null if the number is not portable or if the portability for a number has not yet been evaluated. - **last_updated** (string(date-time) | null) Timestamp indicating when the Port In Phone Number resource was last modified. - **phone_number** (string(phone-number) | null) Phone number to be ported. This will be in the E164 Format. - **portable** (boolean | null) If the number is portable by Twilio or not. This field may be null if the number portability has not yet been evaluated. If a number is not portable reference the `not_portability_reason_code` and `not_portability_reason` fields for more details - **not_portability_reason** (string | null) The not portability reason code description. This field may be null if the number is portable or if the portability for a number has not yet been evaluated. - **not_portability_reason_code** (integer | null) The not portability reason code. This field may be null if the number is portable or if the portability for a number has not yet been evaluated. - **port_in_phone_number_status** (string | null) The status of the port in phone number. - **port_out_pin** (integer | null) The pin required by the losing carrier to do the port out. - **rejection_reason** (string | null) The description of the rejection reason provided by the losing carrier. This field may be null if the number has not been rejected by the losing carrier. - **rejection_reason_code** (integer | null) The code for the rejection reason provided by the losing carrier. This field may be null if the number has not been rejected by the losing carrier. - **port_date** (string(date-time) | null) The timestamp the phone number will be ported. This will only be set once a port date has been confirmed. Not all carriers can guarantee a specific time on the port date. Twilio will try its best to get the port completed by this time on the port date. Please subscribe to webhooks for confirmation on when a port has actually been completed. [Powered by Bump.sh](https://bump.sh)