Logo
Zoom Public API Documentation

Get account's TSP information

GET {{baseUrl}}/tsp

Get information on Telephony Service Provider on an account level.

Prerequisites:

  • A Pro or a higher plan.

Scopes: tsp:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "dial_in_number_unrestricted": "<boolean>", "dial_in_numbers": [ { "code": "<string>", "number": "<string>", "type": "<string>" }, { "code": "<string>", "number": "<string>", "type": "<string>" } ], "enable": "<boolean>", "master_account_setting_extended": "<boolean>", "modify_credential_forbidden": "<boolean>", "tsp_bridge": "EU_TSP_TB", "tsp_enabled": "<boolean>", "tsp_provider": "<string>" }



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

ENDPOINTS