Pigeon
Dashboard
Dashboard
  1. RequestItems
  • Introduction
  • Authentication
  • Integrations
  • Guides
    • Using Third-Party Cloud Storage
  • Requests
    • Requests
    • Create Request
      POST
    • List Requests
      GET
    • Get Request
      GET
    • List Organization Requests
      GET
    • Update Request
      PATCH
    • Delete Request
      DELETE
  • RequestItems
    • Request Items
    • Create Request Item
      POST
    • List Request Items
      GET
    • Get Request Item
      GET
    • Update Request Item
      PATCH
    • Delete Request Item
      DELETE
    • Verify Request Item
      POST
  • Documents
    • Documents
    • Get Document
      GET
    • Delete Document
      DELETE
    • List Request Documents
      GET
    • Delete Request Documents
      DELETE
    • List Request Item Documents
      GET
    • Download Document
      GET
    • Download Request Documents
      GET
    • Download Request Item Documents
      GET
  • Templates
    • Templates
    • List Templates
    • Create Template
    • Get Template
    • Update Template
    • Delete Template
    • List Organization Templates
  • Webhooks
    • Webhooks
    • Create Webhook Subscription
    • List Webhook Subscriptions
    • Get Webhook Subscription
    • Update Webhook Subscription
    • Delete Webhook Subscription
    • Get Webhook Signing Secret
  • Users
    • Get Current User
    • List Users
  • Contacts
    • List Contacts
    • Create or Update Contact
    • List Organization Contacts
  1. RequestItems

Request Items

Overview#

Request Items represent individual items that need to be collected to complete a Request. Request Items support multiple collection methods indicated by the Request Item's type field.

Item Types#

Standard Upload#

A Standard Upload item describes a file to be provided by a recipient and is completed once the recipient uploads a file matching the specified criteria.

E-Signature#

An E-Signature item presents the recipient with an annotated e-signature document and is completed when the recipient electronically signs all required fields in the document.

Questions#

A Question item presents the recipient with a question and is completed by when the recipient provies an answer to that question.
Previous
Delete Request
Next
Create Request Item