SignWell · Example Payload

Getbulksend

Returns information about the Bulk Send.

Bulk Send

Getbulksend is an example object payload from SignWell, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "getBulkSend",
  "method": "GET",
  "path": "/api/v1/bulk_sends/{id}",
  "summary": "Get Bulk Send",
  "description": "Returns information about the Bulk Send.",
  "tags": [
    "Bulk Send"
  ],
  "parameters": [
    {
      "name": "id",
      "in": "path",
      "required": true,
      "description": ""
    }
  ]
}