Logo
Zoom Public API Documentation

Get account's managed domains

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

Retrieve a list of an account's managed domains. To get the master account's managed domains, pass the me value for the accountId path parameter.

Prerequisites: * A Pro or a higher paid account with the Master account option enabled.

Scopes: account:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "domains": [ { "domain": "<string>", "status": "<string>" }, { "domain": "<string>", "status": "<string>" } ], "total_records": "<integer>" }



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

ENDPOINTS