Skip to main content
Set envelope legality level
The Legality Level of an envelope determines the level of security and compliance required for the document signing process. The Sign.Plus platform supports three legality levels:
LevelDescription
SESSimple Electronic Signature
QES_EIDASQualified Electronic Signature (eIDAS)
QES_ZERTESQualified Electronic Signature (ZertES)
Set envelope legality level
curl --request PUT \
--url https://restapi.sign.plus/v2/envelope/{envelope_id}/set_legality_level \
--header 'Authorization: Bearer <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"legality_level": "SES"
}'

API Reference

Get endpoint details
I