Skip to main content
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 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "signedAgreement": true
}
'
{
  "signedAgreement": true
}

Documentation Index

Fetch the complete documentation index at: https://support.lilt.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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