cURL
curl --request POST \ --url https://api.example.com/policies/{policyId}/signature \ --header 'Content-Type: application/json' \ --data ' { "deliveryMode": "EMAIL", "signPolicy": true } '
200
Example
{ "id": "<string>", "signers": [ { "customerId": "<string>", "url": "<string>" } ]}
the policy id
Optional: the whenAt datetime
Optional: the branchId
the delivery mode
EMAIL
URL
Do we want to sign the policy ? If yes, its signs all those documents at the same time.
the signature id
the signers
Show child attributes
Was this page helpful?