Send a document for signing

This endpoint is deprecated, but will continue to be supported. For more details, see https://docs.documenso.com/developers/public-api.

Notes

sendEmail - Whether to send an email to the recipients asking them to action the document. If you disable this, you will need to manually distribute the document to the recipients using the generated signing links. Defaults to true

post/api/v1/documents/{id}/send

Path parameters

idstring required

Headers

authorizationstring required

Request body

OR
{"stackTrail":"paths:/api/v1/documents/{id}/send:post:requestBody:content:application/json:schema:oneOf:1","oasType":"schema","type":"unknown","nullable":true}

Response

200

messagestring required
idnumber required
externalIdstring nullable
userIdnumber required
teamIdnumber nullable
titlestring required
statusstring required
createdAtstring date-time required
updatedAtstring date-time required
completedAtstring date-time nullable required
{"stackTrail":"paths:/api/v1/documents/{id}/send:post:responses:200:content:application/json:schema:allOf:properties:recipients","oasType":"schema","type":"unknown"}

Changes