This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************curl --location --request GET 'https://api.signater.com/v1/ecm/vaults//list?PageSize&PageNumber&OrderByDirection' \
--header 'x-api-token: <api-key>'{
"vault": {
"id": "139b85f9-176c-46a3-b779-48d20497004c",
"isSandbox": false,
"name": "Example Vault",
"type": "UserAccount",
"canBeRemoved": true,
"userAccountMembers": [
{
"id": "6297b726-a770-40e6-9446-8c6a16a8e87d",
"name": "John Doe",
"avatar": null
},
{
"id": "2a049755-8f39-474d-8150-d5bc5a2d1d2e",
"name": "Jane Smith",
"avatar": "https://example.com/avatars/janesmith.png"
}
]
},
"items": [
{
"type": "Envelope",
"envelope": {
"id": "8ad488d6-8d9e-4d5d-ac51-340886784c0d",
"createdAtUtc": "2025-12-13T00:13:31.5864573Z",
"createdById": "20a45f82-aeff-4fe6-a14b-525a41f798e8",
"createdByName": "John Doe",
"createdByAvatar": null,
"updatedAtUtc": "2025-12-13T00:13:31.5864585Z",
"lastUpdateById": "0811ae4a-b067-4f69-9f92-a2634378956a",
"updatedByName": "John Doe",
"updatedByAvatar": null,
"status": "Draft",
"name": "Example Envelope",
"privateDescription": "This is an example of an envelope used for demonstration purposes.",
"canBeRemoved": true,
"signers": [
{
"name": "Jane Smith",
"email": "jane.smith@example.com"
}
]
},
"template": null
},
{
"type": "Template",
"envelope": null,
"template": {
"id": "caafbf7d-5d7f-4884-8c14-f299dbe94a14",
"createdAtUtc": "2025-12-13T00:13:31.5864614Z",
"createdById": "a55be73d-c3a2-4feb-9f8f-2e961714b4eb",
"createdByName": "John Doe",
"createdByAvatar": null,
"updatedAtUtc": "2025-12-13T00:13:31.5864625Z",
"lastUpdateById": "0ceedd9a-d524-4b9f-b953-088870928c4d",
"updatedByName": "John Doe",
"updatedByAvatar": null,
"name": "Example Template"
}
}
],
"pagination": {
"totalItems": 2,
"pageSize": 10,
"pageNumber": 1,
"pageItems": 2
}
}