Send for signature
Sending an envelope moves it from draft to sent. Permissio dispatches notifications to the first signer (or to all parallel signers) and locks edits.
POST /v1/envelopes/{id}/send
curl -X POST https://api.permissio.us/v1/envelopes/$ENV_ID/send \
-H "Authorization: Bearer $PERMISSIO_KEY" \
-H "Idempotency-Key: send-$ENV_ID-1"
Always pass an Idempotency-Key on send. A retry without one risks notifying the signer twice. See Idempotency for the full retry contract.