{ "opencollection": "1.0.0", "info": { "name": "DocuSign Admin AccountBrands Recipients API", "version": "v2.1" }, "items": [ { "info": { "name": "Recipients", "type": "folder" }, "items": [ { "info": { "name": "Docusign List Envelope Recipients", "type": "http" }, "http": { "method": "GET", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." }, { "name": "include_tabs", "value": "", "type": "query", "description": "When true, includes the tabs associated with each recipient." }, { "name": "include_extended", "value": "", "type": "query", "description": "When true, includes extended recipient information." } ] }, "docs": "Retrieves the status and information for all recipients of the specified envelope. Returns details about each recipient including their signing status, delivery method, and authentication." }, { "info": { "name": "Docusign Add Recipients to an Envelope", "type": "http" }, "http": { "method": "POST", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." }, { "name": "resend_envelope", "value": "", "type": "query", "description": "When true, resends the envelope after adding recipients." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more recipients to an envelope. The envelope must be in draft or sent status. For sent envelopes, this creates a corrected version of the envelope." }, { "info": { "name": "Docusign Update Envelope Recipients", "type": "http" }, "http": { "method": "PUT", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." }, { "name": "resend_envelope", "value": "", "type": "query", "description": "When true, resends the envelope to updated recipients." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates one or more recipients in a draft or sent envelope. You can modify recipient properties such as name, email, routing order, and authentication settings." }, { "info": { "name": "Docusign Delete Recipients From an Envelope", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.docusign.net/Management/accounts/:accountId/envelopes/:envelopeId/recipients", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The external account number (short) or account ID GUID of the DocuSign account." }, { "name": "envelopeId", "value": "", "type": "path", "description": "The envelope ID (GUID) of the envelope." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes one or more recipients from a draft or sent envelope." } ] } ], "bundled": true }