Create Remote Signing Request
Description: To create a remote signing request, a HTTP POST request is made to the URL with a completed Signers object.
Method: POST
URI: /forms/form_id/remote_sign
URI Parameters
- form_id: The ID of the form.
Required Parameters
- signers: An array of Signers
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Remote Sign Status | Remote Sign Status | A remote sign status object. |
Example
Request
Response