v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Porting Orders

Retrieve the associated V1 sub_request_id and port_request_id

Retrieve the associated V1 sub_request_id and port_request_id

get/porting_orders/{id}/sub_request

Path parameters

idstring uuid required

Porting Order id

Response

Successful response

Example response

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