Docusign · Schema

Recipients

Contains the recipient collections for an envelope, organized by recipient type.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignaturesE-Signature

Properties

Name Type Description
signers array List of signer recipients.
carbonCopies array List of carbon copy recipients who receive a copy of the completed envelope.
certifiedDeliveries array List of certified delivery recipients who must confirm receipt of the envelope.
inPersonSigners array List of in-person signer recipients for face-to-face signing scenarios.
agents array List of agent recipients who can designate another person to sign on their behalf.
editors array List of editor recipients who can modify the envelope before it is sent.
intermediaries array List of intermediary recipients who can forward the envelope to another person for signing.
witnesses array List of witness recipients who verify the identity of a signer.
recipientCount string The total number of recipients in the envelope.
currentRoutingOrder string The current routing order position.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-recipients-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Recipients",
  "type": "object",
  "description": "Contains the recipient collections for an envelope, organized by recipient type.",
  "properties": {
    "signers": {
      "type": "array",
      "description": "List of signer recipients."
    },
    "carbonCopies": {
      "type": "array",
      "description": "List of carbon copy recipients who receive a copy of the completed envelope."
    },
    "certifiedDeliveries": {
      "type": "array",
      "description": "List of certified delivery recipients who must confirm receipt of the envelope."
    },
    "inPersonSigners": {
      "type": "array",
      "description": "List of in-person signer recipients for face-to-face signing scenarios."
    },
    "agents": {
      "type": "array",
      "description": "List of agent recipients who can designate another person to sign on their behalf."
    },
    "editors": {
      "type": "array",
      "description": "List of editor recipients who can modify the envelope before it is sent."
    },
    "intermediaries": {
      "type": "array",
      "description": "List of intermediary recipients who can forward the envelope to another person for signing."
    },
    "witnesses": {
      "type": "array",
      "description": "List of witness recipients who verify the identity of a signer."
    },
    "recipientCount": {
      "type": "string",
      "description": "The total number of recipients in the envelope."
    },
    "currentRoutingOrder": {
      "type": "string",
      "description": "The current routing order position."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/docusign-esignature-recipients"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.