Add an individual signer
POST/signature-requests/:SR_ID/signatures
Adds an individual signer to the SignatureRequest with the ID SR_ID.
Use account_email to invite a signer with an existing Skribble account,
or signer_identity_data to invite a No-Account-Signer (NAS).
Good to know We recommend combining
signer_identity_dataandaccount_emailwhen you are unsure whether the user has a Skribble account. If a matching account exists, the user will find theSignatureRequestin the To sign section of their account on my.skribble.com.If you invite them using only
signer_identity_data, the document will not appear in their Skribble account even if one exists — they will need to access it via the link in their invitation email.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
- 503
OK
Bad request
Unauthorized
Access denied
Too many requests
Internal server error
Service unavailable