Documents

Document signing request operations

Overview

Overview of documents page here


Listing Documents

Retrieve all documents (signing requests) for your team. Code 200 Successful response

{
  "results": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "string",
      "status": "draft",
      "created_date": "2025-08-06T04:15:51.155Z",
      "updated_date": "2025-08-06T04:15:51.155Z",
      "expiration_hours": 0,
      "document_url": "string",
      "page_count": 0
    }
  ]
}


Creating Documents

Create a new signing request (document) from template or scratch

Request

{
  "name": "string",
  "template_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "expiration_hours": 0,
  "document_url": "string",
  "document_page_count": 0,
  "recipients": [
    {
      "name": "string",
      "email": "user@example.com",
      "designation": "string"
    }
  ]
}

Response

Successful response

Code 201: Document created successfully

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "name": "string",
  "status": "draft",
  "created_date": "2025-08-06T04:16:41.414Z",
  "updated_date": "2025-08-06T04:16:41.414Z",
  "expiration_hours": 0,
  "document_url": "string",
  "page_count": 0
}

Bad Response

Code 400: Bad response

{
  "error": "string"
}
Logo

API-first e-signatures for SaaS: Spin up white labeled, multi-team signature flows in minutes for almost free.

Policies

Security & Complience

HIPAA

SOC 2

GDPR

Get in Touch

© 2025 1600 Holdings. All rights reserved.

Made with ❤️ in 🇪🇺

Logo

API-first e-signatures for SaaS: Spin up white labeled, multi-team signature flows in minutes for almost free.

Policies

Security & Complience

HIPAA

SOC 2

GDPR

Get in Touch

© 2025 1600 Holdings. All rights reserved.

Made with ❤️ in 🇪🇺

Logo

API-first e-signatures for SaaS: Spin up white labeled, multi-team signature flows in minutes for almost free.

Policies

Security & Complience

HIPAA

SOC 2

GDPR

Get in Touch

© 2025 1600 Holdings. All rights reserved.

Made with ❤️ in 🇪🇺