post https://api.cm.com/sign/v1/dossiers
Create a new dossier to sign. For the webhook callback structure see the Callbacks
tab.
Log in to see full request history
Responses
Callback
Create a new dossier to sign. For the webhook callback structure see the Callbacks
tab.
xxxxxxxxxx
12curl --request POST \
--url https://api.cm.com/sign/v1/dossiers \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"locale": "en-US",
"expiresIn": 2592000,
"archive": false,
"template": null
}
'
Try It!
to start a request and see the response here! Or choose an example: