Number of APIs: 2
1. Delete an account's inbound blocked statistics
DELETE {{baseUrl}}/phone/inbound_blocked/extension_rules/statistics?blocked_statistic_id=<string>
Deletes the statistic of extensions blocked rule for inbound calls and messaging. (e.g. Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room and User) Prerequisites:
* Pro or higher account plan with Zoom phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:extension_inbound_block_rule_stat:admin
LIGHT
2. List an account's inbound blocked statistics
GET {{baseUrl}}/phone/inbound_blocked/extension_rules/statistics?keyword=<string>&match_type=prefix&type=<string>&next_page_token=<string>&page_size=30
Returns the list of the statistics of the extensions blocked rule for inbound calls and messaging. (e.g. Call Queue, Auto Receptionist, Shared Line Group, Common Area, Zoom Room and User) Prerequisites:
* Pro or higher account plan with Zoom phone license
* Account owner or admin permissions Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_extension_inbound_block_rules_stat:admin
MEDIUM
ENDPOINTS