curl --request POST \
--url http://localhost:3333/v1/trust-access/nda/{token}/sign \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"accept": true
}
'Sign NDA agreement, generate watermarked PDF, and create access grant
curl --request POST \
--url http://localhost:3333/v1/trust-access/nda/{token}/sign \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"email": "<string>",
"accept": true
}
'Was this page helpful?