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.

The body is of type object.

Response

200
application/json

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

The response is of type object.