Signing
Confirm signer data
The signer confirms or updates their data before signing. Uses the signer access code.
put/v1/documents/{documentId}/signers/confirm-data
Path parameters
documentIdstring required
Document ID.
Request body
Response
Data confirmed
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.