Skip to main content

Retrieve the associated V1 sub_request_id and port_request_id

GET 
/porting_orders/:id/sub_request

Retrieve the associated V1 sub_request_id and port_request_id

Request

Path Parameters

    id uuidrequired

    Porting Order id

Responses

200: Successful response

401: Unauthorized

404: Porting Order not found

Request samples


curl -L 'https://api.telnyx.com/v2/porting_orders/:id/sub_request' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'

Response samples


{
"data": {
"sub_request_id": "9787fb5f-cbe5-4de4-b765-3303774ee9fe",
"port_request_id": "59b0762a-b274-4f76-ac32-4d5cf0272e66"
}
}