v1

latestOpenAPI 3.0.0proprietary2026-07-261695971.5 MB
Signer Document Request

Adds a Signer to a given Signer Document Request

Adds a Signer to a given Signer Document Request. This action is only permitted when the Signature Request is a draft or paused.

put/signature_requests/{signatureRequestId}/document_requests/{documentRequestId}/signers/{signerId}

Path parameters

signatureRequestIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Signature Request Id

documentRequestIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Signer Document Request Id

signerIdstring uuid required

The unique identifier for a resource.

Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c

Signer Id

Response

OK

idstring uuid required

Unique identifier of the Signer Document Request

titlestring required

Title of the document request

optionalboolean required

Define if the document request is optional for the Signers

signer_idsstring[] required

Ids of Signers to request a document

Example response

{
  "id": "69df8404-40d3-4686-887b-5678f46a0d9a",
  "title": "Proof of address",
  "signer_ids": [
    "2fd4a3fb-a886-4c9d-ac49-ea6f759c0c64"
  ]
}