{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands IdentityProviders API", "version": "v2.1" }, "items": [ { "info": { "name": "IdentityProviders", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the list of identity providers for an organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/identity_providers", "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 identity providers for an organization.\n\n- Required scopes: `identity_provider_read`\n" } ] } ], "bundled": true }