PandaDoc · Schema

DocumentSessionCreateResponse

Session token for embedding a document in an iframe.

Document AutomationE-SignatureDocument ManagementDocument GenerationWebhooks

Properties

Name Type Description
id string Session identifier used to construct the embedded document URL. Embed at https://app.pandadoc.com/s/{id}.
View JSON Schema on GitHub

JSON Schema

pandadoc-documentsessioncreateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentSessionCreateResponse",
  "title": "DocumentSessionCreateResponse",
  "type": "object",
  "description": "Session token for embedding a document in an iframe.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Session identifier used to construct the embedded document URL. Embed at https://app.pandadoc.com/s/{id}."
    }
  }
}