Skip to main content

Retrieve a draft sub request

GET 
/origination/porting/draft_port_requests/:draft_port_request_id/sub_requests/:id

Retrieves the details of an existing draft sub request.

Request

Path Parameters

    draft_port_request_id stringrequired

    Draft Port Request id

    id stringrequired

    Sub Request id

Responses

200: Sub request

401: Unauthorized

422: Unprocessable entity. Check message field in response for details.

Request samples


curl -L 'https://api.telnyx.com/origination/porting/draft_port_requests/:draft_port_request_id/sub_requests/:id' \
-H 'Accept: application/json'

Response samples


{
"id": "string",
"complete": true,
"phone_numbers": [
{
"phone_number": "string",
"svtype": "string",
"carrier_name": "string",
"coverage_category": "nanp_generic",
"sub_request_id": "string",
"portability_status": "pending"
}
],
"foc_date_requested_by_user": "string",
"phone_number_count": 0,
"underlying_carrier_names": [
"string"
],
"person_or_company_name": "string",
"auth_person_name": "string",
"billing_phone_number": "string",
"street_address": "string",
"extended_address": "string",
"locality": "string",
"administrative_area": "string",
"postal_code": "string",
"country_code": "string",
"created_at": "string",
"default_connection_id": "string",
"default_message_profile_id": "string",
"porting_option": {
"type": "partial",
"remaining_numbers_action": "keep",
"new_billing_phone_number": "string"
},
"pin_passcode": "string",
"account_number": "string",
"description": "string",
"tax_identifier": "string",
"business_identifier": "string"
}