Pigeon // E-Sign
  1. Schemas
Pigeon // E-Sign
  • Introduction
  • Authentication
  • Integrations
  • Documents
    • List Documents
    • Create Document
    • Get Document Status
    • Delete Document
    • Update Document
    • Update Document Status
    • Move Document to Draft
    • Get Document Details
    • Send Document
    • Create Document Session
    • Download Document
    • Download Protected Document
    • Update Document Ownership
    • Transfer Documents Ownership
  • Document Attachments
    • Document Attachment List
    • Document Attachment Create
    • Document Attachment Details
    • Document Attachment Delete
    • Document Attachment Download
  • Document Generation
    • List Document Fields
    • Create Document Fields
  • Document Recipients
    • Add Document Recipient
    • Edit Document Recipient
    • Delete Document Recipient
    • Reassign Document Recipient
  • Bulk Send
    • Trigger Bulk Send
    • Create Bulk Send List
    • Get Bulk Send List
    • Get Bulk Send Lists
    • Update Bulk Send List
    • Delete Bulk Send List
  • Templates
    • List Templates
    • Create Template
    • Template Details
    • Delete Template
  • Cloud Storage
    • List Cloud Storage Providers
    • Connect Cloud Storage Providers
    • Disconnect Cloud Storage Provider
  • Webhooks
    • Get all webhook subscriptions
    • Create webhook subscription
    • Get webhook subscription by uuid
    • Update webhook subscription
    • Delete webhook subscription
  • Branding
    • Get Organization Branding
    • Update Organization Branding
  • Confirmation Page
    • Enable/Disable Signature Confirmation Page
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • BulkSendList
      • BulkSendItem
      • OrganizationBranding
      • CloudStorageServices
      • CloudStorageProvider
      • DocumentGenerationFormField
      • OAuth2CreateAccessTokenRequest
      • OAuth2RefreshAccessTokenRequests
      • OAuth2AccessTokenResponse
      • DocumentListResponse
      • DocumentCreateByTemplateRequest
      • DocumentCreateByPdfRequest
      • DocumentCreateRequest
      • DocumentCreateResponse
      • DocumentStatusResponse
      • DocumentUpdateRequest
      • DocumentStatusChangeRequest
      • DocumentDetailsResponse
      • DocumentCreateLinkRequest
      • DocumentCreateLinkResponse
      • DocumentSendRequest
      • DocumentSendResponse
      • DocumentAttachmentRequest
      • DocumentAttachmentResponse
      • DocumentTransferOwnershipRequest
      • DocumentTransferAllOwnershipRequest
      • DocumentRecipientCreateRequest
      • DocumentRecipientEditRequest
      • DocumentRecipientResponse
      • TemplateListResponse
      • TemplateDetailsResponse
      • ContactDetailsResponse
      • ContactListResponse
      • ContactCreateRequest
      • ContactUpdateRequest
      • MemberDetailsResponse
      • MemberListResponse
      • DocumentStatusEnum
      • DocumentStatusRequestEnum
      • DocumentOrderingFieldsEnum
      • Field
      • CreateDocumentActor
      • Recipient
      • RecipientGroup
      • Recipient
      • RecipientGroup
      • BaseField
      • Checkbox
      • Collect File
      • Date
      • Dropdown
      • Initials
      • Radio Buttons
      • Signature
      • Stamp
      • Text
      • Recipient
      • Recipient Group
      • WebhookSubscriptionPayloadEnum
      • WebhookSubscriptionTriggerEnum
      • WebhookSubscriptionStatusEnum
      • WebhookSubscriptionCreateRequest
      • WebhookSubscriptionPatchRequest
      • WebhookSubscriptionItemResponse
      • WebhookSubscriptionSharedKeyResponse
      • WebhookSubscriptionListResponse
      • WebhookEventErrorEnum
      • WebhookEventHttpStatusCodeGroupEnum
      • WebhookEventTriggerEnum
      • WebhookEventItemResponse
      • WebhookEventDetailsResponse
      • WebhookEventPageResponse
      • UploadSectionByPdfRequest
      • UploadSectionByTemplateRequest
      • UploadSectionRequest
      • UploadSectionListResponse
      • UploadSectionResponse
      • UploadSectionStatusResponse
      • UploadSectionStatusEnum
      • SectionInfoResponse
      • RecipientVerificationSettings
      • RecipientRedirect
      • RecipientDeliveryMethods
      • CreateWorkspaceRequest
      • CreateWorkspaceResponse
      • CreateUserRequest
      • CreateUserResponse
      • AddMemberRequest
      • AddMemberResponse
      • ListUsersResponse
      • ListWorkspacesResponse
      • Recipient
      • Recipient Group
    • Response
      • 401
      • 403
      • 404
      • 409
      • 429
      • 400RequestError
      • 400ValidationError
  1. Schemas

Signature(Signature)

{
    "uuid": "6ce1a193-04da-4023-98c3-51ef1b8747b9",
    "name": "string",
    "title": "string",
    "placeholder": "string",
    "assigned_to": {
        "id": "DueKG6wZYwmqsvPrnk76ma",
        "email": "email@example.com",
        "recipient_type": "signer",
        "roles": [
            "Role 1"
        ],
        "signing_order": 1,
        "has_completed": false,
        "first_name": "John",
        "last_name": "Doe",
        "phone": "+1234567890",
        "role": "Role 1",
        "delivery_methods": {
            "sms": true,
            "email": true
        },
        "redirect": {
            "is_enabled": true,
            "url": "string"
        },
        "type": "recipient"
    },
    "field_id": "FieldId1",
    "type": "signature",
    "value": {}
}