{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands ExternalFormFillSessions API", "version": "v2.1" }, "items": [ { "info": { "name": "ExternalFormFillSessions", "type": "folder" }, "items": [ { "info": { "name": "Docusign Creates an external form fill session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/v2/accounts/:accountId/external_form_fill_sessions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The globally unique identifier (GUID) for the account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body." } ] } ], "bundled": true }