GET /api/v1/templates — List Templates
Retrieve a paginated list of all reusable document signing templates available to the authenticated account.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
Responses
HTTP 200 — Templates list returned
{
"data": [
{
"id": "94b22fdc-4132-4169-a4f3-5630e80755fa",
"fileName": "sample6.pdf",
"uploadDate": "2025-11-23T12:35:39.58",
"shareType": 3
},
{
"id": "b34f152e-29a7-4195-8339-ba0cb0c97cf4",
"fileName": "New_Template.pdf",
"uploadDate": "2025-12-14T11:31:58.117",
"shareType": 2
}
],
"errorCode": 0,
"message": "Success",
"returnUrl": "",
"stateValidationErrors": null,
"signature": ""
}