{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands AccountSettingsImport API", "version": "v2.1" }, "items": [ { "info": { "name": "AccountSettingsImport", "type": "folder" }, "items": [ { "info": { "name": "Docusign Returns the details and metadata for Bulk Account Settings Import requests in the organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/imports/account_settings", "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 details and metadata for Bulk Account Settings Import requests in the organization.\n\n- Required scopes: `account_read`" }, { "info": { "name": "Docusign Creates a new account settings import request.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/imports/account_settings", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID GUID." } ], "body": { "type": "multipart-form", "data": [ { "name": "file.csv", "type": "text", "value": "" } ] }, "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": "Creates a new account settings import request.\n\n\n- Required scopes: `account_write`" }, { "info": { "name": "Docusign Returns the details/metadata for a Bulk Account Settings Import request.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/imports/account_settings/:importId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "importId", "value": "", "type": "path", "description": "The import ID GUID for the request." } ], "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 details/metadata for a Bulk Account Settings Import request.\n\nRequired - scopes: `account_read`\n\n\n\nGiven an import ID, this method returns the results of an account settings import request.\nTo get a list of all the import requests, use `getAccountSettingsImports`.\n\n" }, { "info": { "name": "Docusign Deletes a Bulk Account Settings Import request.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/v2/organizations/:organizationId/imports/account_settings/:importId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The organization ID Guid" }, { "name": "importId", "value": "", "type": "path", "description": "The import ID GUID for the request." } ], "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": "Deletes a single account settings import request.\nAny data associated with the request is also deleted.\n\n- Required scopes: `account_write`" } ] } ], "bundled": true }