{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands ReservedDomains API", "version": "v2.1" }, "items": [ { "info": { "name": "ReservedDomains", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the list of reserved domains for the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/reserved_domains", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://account.docusign.com/oauth/auth", "accessTokenUrl": "https://account.docusign.com/oauth/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns the list of reserved domains for the organization.\n\n- Required scopes: `domain_read`.\n\nPlease note the DocuSign Admin API only returns JSON, not XML." } ] } ], "bundled": true }