curl --request GET \ --url https://restapi.sign.plus/v2/template/{template_id}/document/{document_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "filename": "<string>", "page_count": 123, "pages": [ { "width": 123, "height": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the document
Name of the document
Filename of the document
Number of pages in the document
List of pages in the document
Show child attributes
Width of the page in pixels
Height of the page in pixels