GET {{baseUrl}}/phone/ported_numbers/orders/:orderId
Use this API to get details on the ported numbers by specifying Prerequisites:
* A Pro or higher account plan
* A Zoom phone license Scopes: Granular Scopes: Rate Limit Label: order_id
.phone:read:admin
,phone_peering:read:admin
phone:read:ported_number:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"contact_emails": "<string>",
"contact_number": "<string>",
"isp": "<string>",
"numbers": [
"<string>",
"<string>"
],
"order_id": "<string>",
"original_billing_info": {
"account_number": "<string>",
"address": {
"city": "<string>",
"country": "<string>",
"house_number": "<string>",
"state_code": "<string>",
"street_name": "<string>",
"zip": "<string>"
},
"authorizing_person": "<string>",
"billing_telephone_number": "<string>",
"company": "<string>",
"customer_requested_date": "<string>",
"pin": "<string>"
},
"printed_name": "<string>",
"replacing_numbers": [
{
"source_number": "<string>",
"target_number": "<string>"
},
{
"source_number": "<string>",
"target_number": "<string>"
}
],
"status": "Processing",
"submission_date_time": "<string>"
} |
ENDPOINTS