Add Signatories to a Request
For Type 0
After creating a skeleton (Type 0) signature request, add signatories individually using this endpoint.
Endpoint
POST
/api/v2/requests/{requestId}/signatories
Payload
Field
Type
Required
Description
Email
string
Yes
Email address of the signatory.
Name
string
Yes
Full name of the signatory.
Order
integer
Yes
Signing order (lower number signs first).
SignatoryType
integer
Yes
1 = Signer, 2 = Approver, 3 = CC.
Example Request
Response Codes
Success (Signatory added successfully)
Last updated