{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Authentication API", "version": "v2.1" }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Docusign Gets login information for a specified user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/v2/login_information", "params": [ { "name": "api_password", "value": "", "type": "query", "description": "Reserved for DocuSign.\n" }, { "name": "embed_account_id_guid", "value": "", "type": "query" }, { "name": "include_account_id_guid", "value": "", "type": "query", "description": "When set to **true**, shows the account ID GUID in the response." }, { "name": "login_settings", "value": "", "type": "query", "description": "Determines whether login settings are returned in the response.\n\nValid Values:\n\n* all - All the login settings are returned. \n* none - no login settings are returned." } ] }, "docs": "Retrieves account information for the authenticated user. Since the API is sessionless, this method does not actually log you in.\nInstead, the method returns information about the account or accounts that the authenticated user has access to.\n\n###### Important: This method must only be used for the [Legacy Header Authentication](https://developers.docusign.com/esign-rest-api/guides/authentication/legacy) flow. Use the [`AccountServer: userInfo` method](https://developers.docusign.com/esign-rest-" }, { "info": { "name": "Docusign Updates the password for a specified user.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/v2/login_information/:loginPart", "params": [ { "name": "loginPart", "value": "", "type": "path", "description": "Currently, only the value **password** is supported." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the password for a specified user." }, { "info": { "name": "Docusign **Deprecated** Revokes an authorization token.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/oauth2/revoke" }, "docs": "**Deprecated**\n\n**Note:** This information is provided for legacy reference only. Please see our supported forms of authentication referenced below and use our [REST API Authentication Guides](https://developers.docusign.com/esign-rest-api/guides/authentication) for more information.

\nRevokes an OAuth2 authorization server token. After the revocation is complete, a caller must re-authenticate to restore access.\n" }, { "info": { "name": "Docusign **Deprecated** Creates an authorization token.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/oauth2/token" }, "docs": "**Deprecated**\n\n**Note:** This information is provided for legacy reference only. Please see our supported forms of authentication referenced below and use our [REST API Authentication Guides](https://developers.docusign.com/esign-rest-api/guides/authentication) for more information.

\nCreates an OAuth2 authorization server token endpoint. For more information about OAuth 2.0 please see [OAuth2.0](https://oauth.net/2/).\n" } ] } ], "bundled": true }