Signing

Confirm signer data

The signer confirms or updates their data before signing. Uses the signer access code.

Copy as Markdown Open in ChatGPT Open in Claude

put/v1/documents/{documentId}/signers/confirm-data

Path parameters

documentIdstring required

Document ID.

Request body

full_namestring
emailstring email
government_idstring

Response

Data confirmed

statusinteger

HTTP status code, mirrored in the body.

messagestring

Human-readable message; empty on success.

Example response

{
  "status": 200,
  "data": {
    "resource": "signer",
    "id": "62d6ee35c7741ca4006b9e11",
    "full_name": "John Signer",
    "email": "john@email.com",
    "whatsapp_phone_number": "+5548999990000"
  }
}

Changes

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