Set envelope legality level
API Reference
Get endpoint details
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Level | Description |
|---|---|
| SES | Simple Electronic Signature |
| QES_EIDAS | Qualified Electronic Signature (eIDAS) |
| QES_ZERTES | Qualified Electronic Signature (ZertES) |
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"
}'