Documents
Create Document Session for Embedded Sign
Creates a document session for a recipient to view and sign a document.
📘 How to create an Embedded Sign session For more information on how to create an Embedded Sign session, see the Embedded Signing documentation.
post/public/v1/documents/{id}/session
Path parameters
idstring required
Document ID
Request body
Example request
{
"recipient": "josh@example.com",
"lifetime": 900
}Response
OK
Example response
{
"id": "QYCPtavst3DqqBK72ZRtbF",
"expires_at": "2017-08-29T22:18:44.315Z"
}