Pigeon
Dashboard
Dashboard
    • 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
      • List Organization users
    • Contacts
      • List Contacts
      • Create or Update Contact
      • List Organization Contacts
    • Teams
      • List Teams
      • Get Team
    • Schemas
      • Schemas
        • AuthMethod
        • CollaboratorPublic
        • CreateAuthMethod
        • CreateRecipientPostParams
        • CreateQuestionItem
        • CreateRequestItem
        • CreateRequestPostParams
        • CreateRequestRecipient
        • CreateTemplatePostParams
        • CreateWebhookWithoutOrg
        • HTTPValidationError
        • DocumentNotFound
        • ItemType
        • DocumentPublic
        • RequestItemPublic
        • OrganizationNotFound
        • DocumentType
        • DocumentWithItemPublic
        • RequestPublic
        • RequestItemNotFound
        • FilenameFormat
        • RequestRecipientPublic
        • RequestNotFound
        • RequestState
        • Language
        • SendMethod
        • ResourceNotFoundModel
        • TemplatePublic
        • TemplateNotFound
        • RecipientPublic
        • UpdateRequestItem
        • UpdateRequestPostParams
        • UpdateTemplate
        • UpdateWebhook
        • UserRole
        • ValidationError
        • RequestStatus
        • WebhookPublic
        • WebhookTopic
        • SessionPayload
        • StorageProviders
        • TEMPLATENotFoundModel
        • WebhookNotFound
        • SortOrder
        • SessionPayloadPublic
        • TEMPLATENotFoundModel
        • ORGANIZATIONNotFoundModel
        • ORGANIZATIONNotFoundModel
        • TeamNotFound
        • TeamPublic
        • UserPublic
        • WebhookPublicWithSecret
    Dashboard
    Dashboard

    Introduction

    Pigeon API#

    Pigeon is an all-in-one platform for fast, safe, & streamlined document collection. Pigeon provides best-in-class e-signature functionality and fully-featured automation functionality to enable seamless document collection processes inside your product.

    API Reference#

    The Pigeon API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

    API Host#

    The Pigeon API is available at:
    https://api.pigeondocuments.com

    API Endpoints#

    For documentation on specific API endpoints and functionalities, use the navigation menu or search.
    Next
    Authentication