Logo
Zoom Public API Documentation

Get account's trusted domains

GET {{baseUrl}}/accounts/:accountId/trusted_domains

Retrieve an account's trusted domains. To get the master account's trusted domains, use the me value for the accountId path parameter.

Prerequisites: * The account must be a paid account.

Scopes: account:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "trusted_domains": [ "<string>", "<string>" ] }



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

ENDPOINTS