How to Check Document Invite Status
A document model returned from the API will have the property: requests. It is an array of objects. A request object that is fulfilled has the property: signature_id. A request that is not fulfilled does not have the property signature_id.
How to Get List of Documents that the User has been Invited to Sign
Using the list of document objects returned from a GET /user/documentsv2 call, loop through each document object checking the status of the document invites to find unfulfilled invites.
How to Generate Links to Sign the Documents a User has been Invited to Sign
Please review the Common Use Cases for Fields and Freeform invites for detailed examples.
How to Customize a Signing Link and Embed it in an iframe
Please review the Common Use Cases for Fields and Freeform invites for detailed examples.
How to Download a Document
To download a collapsed document you will need the access_token and the ID of the document to issue a GET request to the /document/
For example:
curl -H 'Authorization: Bearer ACCESS_TOKEN' https://capi.signnow.com/api/document/2586a3f5fe9a79106015602a5191938bfaf698e9/download?type=collapsed