Logo
Zoom Public API Documentation

Get external contact details

GET {{baseUrl}}/phone/external_contacts/:externalContactId

Use this API to get an external contact's information.

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

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "description": "External contact Johnson", "email": "example@example.com", "extension_number": "101014", "external_contact_id": "OJGi5xOFQPmrJbKg68-iWg", "id": "external_contact_01", "name": "Johnson", "phone_numbers": [ "+12058945656", "+12058945657" ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/external_contacts/:externalContactId' -H 'Accept: application/json'

ENDPOINTS