Learn how to enhance your platform with embedded contracts.
API Keys
tab, and retrieve your keys.
API key
/api/client
endpoint.
The request’s payload represents details of the client to be created. In the header, specify the platform Bearer token
:
201 OK
response contains the clientKey
:
Contract List
Placeholders
canReDraft
=true
property of the Contract Editor.
This enables users to start the creation process from scratch for a document that already exists.
If the existing document already has placeholders included, the system will also route these flows accordingly:
Name1
and value DocValue1
, and a template with placeholders
Name1
and value TempValue1
and Name2
and value TempValue2
, the resulting document will contain the content from the template and
two placeholders: Name1-DocValue1
and Name2-TempValue2
.