Fetch a port in request by SID
GET
/v1/Porting/PortIn/{PortInRequestSid}
curl \
--request GET 'https://numbers.twilio.com/v1/Porting/PortIn/{PortInRequestSid}' \
--user "username:password"
Response examples (200)
{
"port_in_request_sid": "KWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://numbers.twilio.com/v1/Porting/PortIn/KWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"notification_emails": [
"user@domain.com"
],
"target_port_in_date": "2023-09-10",
"target_port_in_time_range_start": "10:00:00+01:00",
"target_port_in_time_range_end": "20:00:00+01:00",
"port_in_request_status": "pending",
"date_created": "2023-09-10T06:52:21Z",
"losing_carrier_information": {
"customer_type": "Business/Individual",
"customer_name": "Customer name for carrier",
"authorized_representative": "John Smith",
"authorized_representative_email": "signer@domain.com",
"account_number": "123456",
"account_telephone_number": "+133232323",
"address_sid": "ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"address": {
"street": "Your Street",
"street_2": "Other Street or null",
"city": "City",
"state": "State",
"zip": "000000",
"country": "US"
}
},
"phone_numbers": [
{
"phone_number": "+16175551212",
"pin": "123456",
"portable": true,
"not_portability_reason": "string",
"not_portability_reason_code": 0,
"port_in_phone_number_sid": "PUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"port_in_phone_number_status": "In Review",
"port_date": "2023-09-17T00:00:00Z"
}
],
"documents": [
"ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
]
}