Signing Requests

Get Signing Request

Retrieve a specific signing request by ID

get/signing-requests/{id}

Path parameters

idstring uuid required

Response

Signing request retrieved successfully. Returns a detailed nested shape with status as an object and timestamps grouped together.

idstring uuid required

Unique identifier for the signing request

namestring required

Signing request name

template_descriptionstring nullable

Description from the template

companies_workspaces_idstring uuid required

Workspace ID this signing request belongs to

document_urlstring uri

Pre-signed URL to the PDF document

document_url_expires_atstring date-time nullable
document_page_countinteger

Number of pages in the document

expiration_hoursinteger

Hours until signing request expires

expires_atstring date-time nullable

ISO 8601 timestamp when the signing request expires. Computed from sent_on + expiration_hours. Null if not sent yet or no expiration_hours set.

credit_costinteger

Credits consumed when sent

use_signing_order0 | 1
allow_download0 | 1
allow_editing_before_sending0 | 1
hand_drawn_only0 | 1
attach_pdf_on_finish0 | 1
final_document_download_urlstring uri nullable

Signed URL to download the final signed document (PDF with certificate). URL expires after 1 hour.

final_document_download_error'file_not_accessible' | 'null' nullable
document_only_download_urlstring uri nullable

Signed URL to download the document-only PDF. URL expires after 1 hour.

document_only_download_error'file_not_accessible' | 'null' nullable
certificate_only_download_urlstring uri nullable

Signed URL to download the certificate-only PDF. URL expires after 1 hour.

certificate_only_download_error'file_not_accessible' | 'null' nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.