Docupilot · Schema

Envelope

Document GenerationPDF GenerationDocument AutomationTemplate EngineE-SignatureWorkflow-Automation

Properties

Name Type Description
id integer
pending_signers_count integer
is_waiting_for_me boolean
source string
envelope_id string
name string
status string
cc array
sequenced_signing boolean
expiry string
first_reminder string ex: P3D to send first reminders after 3 days of sending invite
reminder_frequency string ex: P3D to send follow up reminders every 3 days
warn_before string
created_at string
updated_at string
completed_at string
deleted_at string
archived_at string
declined_at string
voided_at string
reason string ex: Reason for Declining or Voiding provided by signer or sender respectively
sender integer
voided_by integer
updated_by integer
folder integer
View JSON Schema on GitHub

JSON Schema

app-Envelope.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Envelope",
  "description": "",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true
    },
    "pending_signers_count": {
      "type": "integer",
      "readOnly": true
    },
    "is_waiting_for_me": {
      "type": "boolean",
      "readOnly": true
    },
    "source": {
      "type": "string",
      "enum": [
        "DOC_GEN",
        "MANUAL_SEND"
      ],
      "readOnly": true
    },
    "envelope_id": {
      "type": "string",
      "readOnly": true
    },
    "name": {
      "type": "string",
      "maxLength": 255
    },
    "status": {
      "enum": [
        "created",
        "pending",
        "voided",
        "declined",
        "completed"
      ],
      "type": "string"
    },
    "cc": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 1000
      }
    },
    "sequenced_signing": {
      "type": "boolean"
    },
    "expiry": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "first_reminder": {
      "type": "string",
      "nullable": true,
      "description": "ex: P3D to send first reminders after 3 days of sending invite"
    },
    "reminder_frequency": {
      "type": "string",
      "nullable": true,
      "description": "ex: P3D to send follow up reminders every 3 days"
    },
    "warn_before": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "completed_at": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "deleted_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "archived_at": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "declined_at": {
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "voided_at": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "nullable": true
    },
    "reason": {
      "type": "string",
      "nullable": true,
      "description": "ex: Reason for Declining or Voiding provided by signer or sender respectively",
      "minLength": 4,
      "maxLength": 500
    },
    "sender": {
      "type": "integer"
    },
    "voided_by": {
      "type": "integer",
      "nullable": true
    },
    "updated_by": {
      "type": "integer",
      "readOnly": true,
      "nullable": true
    },
    "folder": {
      "type": "integer",
      "nullable": true
    }
  },
  "required": [
    "created_at",
    "deleted_at",
    "envelope_id",
    "id",
    "is_waiting_for_me",
    "name",
    "pending_signers_count",
    "sender",
    "source",
    "updated_at",
    "updated_by",
    "voided_at"
  ]
}

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/app-Envelope"
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.