cURL
curl --request GET \ --url https://restapi.sign.plus/v2/envelope/{envelope_id}/documents \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "id": "<string>", "name": "<string>", "filename": "<string>", "page_count": 123, "pages": [ { "width": 123, "height": 123 } ] } ] }
Documentation IndexFetch the complete documentation index at: https://apidoc.sign.plus/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://apidoc.sign.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Documents of envelope retrieved successfully
Show child attributes