POST
/
v2
/
create
/
terms-and-conditions
Sign the Lilt Create terms and conditions
curl --request POST \
  --url https://api.lilt.com/v2/create/terms-and-conditions \
  --header 'Content-Type: application/json' \
  --data '{
  "signedAgreement": true
}'
{
  "signedAgreement": true
}

Authorizations

key
string
query
required

Body

application/json

Whether or not to sign the agreement.

signedAgreement
boolean
required

Signifies that the Organization has signed the agreement or not.

Response

An object indicating whether the agreement has been signed or not.

signedAgreement
boolean

Whether or not the agreement has been signed.

Example:

true