Lilt Create requires that the terms and conditions are signed first before using it. The terms and conditions can be signed by using this endpoint.
Example CURL:
curl -X POST 'https://api.lilt.com/v2/create/terms-and-conditions?key=API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"signedAgreement": true}'
Whether or not to sign the agreement.
The body is of type object
.
An object indicating whether the agreement has been signed or not.
The response is of type object
.