Allows to create a new port in request
POST
/v1/Porting/PortIn
curl \
--request POST 'https://numbers.twilio.com/v1/Porting/PortIn' \
--user "username:password" \
--header "Content-Type: application/json"
Request examples
{}
Response examples (202)
{
"port_in_request_sid": "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",
"port_in_phone_number_sid": "PUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"port_in_phone_number_status": "In Review",
"not_portability_reason_code": 0
}
],
"documents": [
"ADaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
],
"url": "https://numbers.twilio.com/v1/Porting/PortIn/KWaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}