Initiate Edit Session
Edit Session
/api/public/standalone/initiate_edit_session/v2
A successful call will create a copy of the underlying document that is linked to the template (Version 2) and generate tokens. The API call will return the tokens and the expiration date. The tokens will be used in subsequent API calls to edit the document, and to manage the document editor client side.
Headers
- Content-Type:application/json
- Authorization: Bearer [user key: auth token]
Parameters
Field | Description | Format |
---|---|---|
template_id | A required property that identifies the template that will be used. Template IDs are automatically created when a template is saved, and can be found by expanding the options of the templates table. |
string |
metadata | An optional entry that the user can add. This data will also be returned in webhooks. |
array/dictionary |
title | A required property that is used to identify the e-signature request. |
string |
recipients |
A required list of recipients that will be party to the signing or editing process. Each item is a dictionary or an array containing:
|
list of arrays/dictionaries |