Logo
Zoom Public API Documentation

Get ported number details

GET {{baseUrl}}/phone/ported_numbers/orders/:orderId

Use this API to get details on the ported numbers by specifying order_id.

Scopes: phone:read:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * A Zoom phone license

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "contact_emails": "example@163.com", "contact_number": "2058945753", "isp": "Twilio International", "numbers": [ "+12058945752", "+12058945752" ], "order_id": "2021080307332974349", "original_billing_info": { "account_number": "111223", "address": { "city": "San Jose", "country": "US", "house_number": "55", "state_code": "CA", "street_name": "ALMADEN BLVD", "zip": "95113" }, "authorizing_person": "zz", "billing_telephone_number": "2058945751", "company": "zm", "customer_requested_date": "2021-08-06", "pin": "111223" }, "printed_name": "Jiang", "replacing_numbers": [ { "source_number": "+12058945752", "target_number": "+12058945755" }, { "source_number": "+12058945752", "target_number": "+12058945755" } ], "status": "Canceled", "submission_date_time": "2021-08-03T07:33:29Z" }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/ported_numbers/orders/:orderId' -H 'Accept: application/json'

ENDPOINTS