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.

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

Scopes: phone:read:admin,phone_peering:read:admin

Granular Scopes: phone:read:ported_number:admin

Rate Limit Label: 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>" }



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

ENDPOINTS