{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Organization API", "version": "v2.1" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns a list of organizations that the authenticated user belongs to.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations", "params": [ { "name": "mode", "value": "", "type": "query", "description": "Specifies how to select the organizations. Valid values:\n\n- `org_admin`: Returns organizations for which the authenticated user is an admin.\n- `account_membership`: Returns organizations that contain an account of which the authenticated user is a member\n\nDefault value: `org_admin`" } ], "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 a list of organizations that the authenticated user belongs to.\n\n- Required scopes: `organization_read`.\n\nNote that the DocuSign Admin API only returns JSON, not XML." } ] } ], "bundled": true }