Add Stamps to a Signatory
For Type 0
After adding signatories to a Type 0 signature request, stamps must be added manually to define where each signatory will sign.
Endpoint
POST
/api/v2/requests/{requestId}/signatories/{signatoryId}/stamps
Payload
Field
Type
Required
Identifier
string
Yes
The smart tag identifier (e.g., {{signature1}}
).
Type
string
Yes
Type of stamp: Signature
, Initial
, Name
, Email
, Date
, Text
.
Size
object
Yes
Object containing Width
and Height
of the stamp in pixels.
Order
integer
No
Optional sequencing order for multiple stamps.
Example Request
Response Codes
Success (Stamp added successfully)
Last updated