DocSpring · Example Payload

List Templates

Retrieve all PDF templates in your account

PDFDocument GenerationPDF TemplatesE-SignaturesFormsHTML to PDFDocument Automation

List Templates is an example object payload from DocSpring, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionresponse

Example Payload

Raw ↑
{
  "summary": "List Templates",
  "description": "Retrieve all PDF templates in your account",
  "response": {
    "templates": [
      {
        "id": "tpl_000000000000001",
        "name": "Employment Contract",
        "description": "Standard employment agreement template",
        "public_web_form": false,
        "public_submissions": false,
        "expire_submissions": false,
        "expire_after": null,
        "locked": false,
        "created_at": "2026-01-01T00:00:00.000Z",
        "updated_at": "2026-06-01T00:00:00.000Z"
      }
    ],
    "limit": 50,
    "cursor": null
  }
}