Documents
Document eSign disclosure
Retrieves the current version of eSign disclosure text for a specified document.
get/public/v1/documents/{document_id}/esign-disclosure
Path parameters
document_idstring required
The UUID of the document.
Response
ESign disclosure text retrieved successfully.
Example response
{
"result": {
"is_enabled": true,
"company_name": "Acme Corp",
"esign_disclosure_text": "<p>By signing this document electronically, you consent to use\nelectronic records and signatures. <strong>Your electronic signature</strong>\nis the legal equivalent of your\nhandwritten signature.</p>\n"
}
}