post https://api-sandbox.yousign.app/v3/signature_requests//signers//sign
Sign a Signature Request on behalf of a given Signer.
Use this endpoint if you are integrating your own signing flow (Signers won't go through Yousign's pre-made signing flow).
Related guide: Collect the signer consent through your own signing flow
To use this endpoint, you must match the following conditions:
- The Signature Request
delivery_mode
must be set tonone
. - The Signature Request must not have any Approver, Signer Document Request or Signer Consent Request.
- The Signature Request must not have the parameter
signers_allowed_to_decline
set totrue
. - The signature level must be
"Simple eSignature"
. - Only Fields of type
signature
are accepted.
Requirements
- Available from SCALE plan
- Available during free API trial period
📝
Sign a Signature Request
Open Recipe