Pigeon // E-Sign
  1. Bulk Send
Pigeon // E-Sign
  • Introduction
  • Authentication
  • Integrations
  • Documents
    • List Documents
      GET
    • Create Document
      POST
    • Get Document Status
      GET
    • Delete Document
      DELETE
    • Update Document
      PATCH
    • Update Document Status
      PATCH
    • Move Document to Draft
      POST
    • Get Document Details
      GET
    • Send Document
      POST
    • Create Document Session
      POST
    • Download Document
      GET
    • Download Protected Document
      GET
    • Update Document Ownership
      PATCH
    • Transfer Documents Ownership
      PATCH
  • Document Attachments
    • Document Attachment List
      GET
    • Document Attachment Create
      POST
    • Document Attachment Details
      GET
    • Document Attachment Delete
      DELETE
    • Document Attachment Download
      GET
  • 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
      POST
    • Create Bulk Send List
      POST
    • Get Bulk Send List
      GET
    • Get Bulk Send Lists
      GET
    • Update Bulk Send List
      PATCH
    • Delete Bulk Send List
      DELETE
  • 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
  1. Bulk Send

Get Bulk Send Lists

GET
/bulksends/lists
Fetch a list of bulk send lists.

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/bulksends/lists'

Responses

🟢200Success
application/json
Body

Example
[
    {
        "id": "elit in",
        "name": "curtus bestia tenetur",
        "items": [
            {
                "email": "Cyril.Yost@gmail.com",
                "customFields": [
                    {
                        "name": "villa quia combibo",
                        "value": 61051368.68458176
                    },
                    {
                        "name": "quidem laudantium compono",
                        "value": -81216267
                    }
                ]
            }
        ]
    },
    {
        "id": "consequat ex",
        "name": "candidus aequitas magnam",
        "items": [
            {
                "email": "Rickey.Robel5@hotmail.com",
                "customFields": [
                    {
                        "name": "delibero degenero vigor",
                        "value": "Excepteur consequat quis dolor Ut"
                    },
                    {
                        "name": "aptus cedo ustilo",
                        "value": null
                    }
                ]
            },
            {
                "email": "Darrell10@hotmail.com",
                "customFields": [
                    {
                        "name": "mollitia arca ustilo",
                        "value": null
                    }
                ]
            },
            {
                "email": "Annamarie34@yahoo.com",
                "customFields": [
                    {
                        "name": "viscus appello adulescens",
                        "value": true
                    },
                    {
                        "name": "quibusdam deprimo sint",
                        "value": null
                    }
                ]
            }
        ]
    },
    {
        "id": "elit et laborum",
        "name": "trans vesco vilicus",
        "items": [
            {
                "email": "Carolyn_Gottlieb23@yahoo.com",
                "customFields": [
                    {
                        "name": "cinis sed terminatio",
                        "value": true
                    }
                ]
            },
            {
                "email": "Arnulfo68@hotmail.com",
                "customFields": [
                    {
                        "name": "decens confido molestiae",
                        "value": "commodo eu elit fugiat"
                    },
                    {
                        "name": "volutabrum acceptus cursus",
                        "value": "reprehenderit"
                    }
                ]
            },
            {
                "email": "Collin.Haley39@yahoo.com",
                "customFields": [
                    {
                        "name": "suggero degusto considero",
                        "value": []
                    }
                ]
            }
        ]
    }
]
Modified at 2024-09-17 17:58:23
Previous
Get Bulk Send List
Next
Update Bulk Send List