Get Form Signers
Description: To get a list of signers for a form, a HTTP GET request is made to the URL.
Method: GET
URI: /forms/form_id/remote_sign/signers
URI Parameters
- form_id: The ID of the form.
Headers: Authorization: Third party based authorization header
Returns
Field | Type | Description |
---|---|---|
Signers object with array of Signers | Signer | A signer object. |
Example
Request
Response