Skip to main content
POST
/
v1
/
trust-access
/
nda
/
{token}
/
sign
Sign NDA
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
}
'

Path Parameters

token
string
required

Body

application/json
name
string
required
email
string
required
accept
boolean
required

Response

200

NDA signed successfully