Logo
Zoom Public API Documentation

Get blocked list details

GET {{baseUrl}}/phone/blocked_list/:blockedListId

A Zoom account owner or a user with admin privilege can block phone numbers for phone users in an account. Blocked numbers can be inbound (numbers will be blocked from calling in) and outbound (phone users in your account won't be able to dial those numbers). Blocked callers will hear a generic message stating that the person they are calling is not available. Use this API to get information about a specific blocked list.

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

Scope: phone:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "block_type": "inbound", "comment": "test", "id": "2ypsHHwTTFK-fzZJkudYwA", "match_type": "prefix", "phone_number": "112", "status": "active" }



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

ENDPOINTS