Skip to main content

Documentation Index

Fetch the complete documentation index at: https://apidoc.sign.plus/llms.txt

Use this file to discover all available pages before exploring further.

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