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": "34ed67d9-b250-4e73-93ca-4596e32fd29e",
"isSandbox": false,
"name": "Example Vault",
"type": "UserAccount",
"canBeRemoved": true,
"userAccountMembers": [
{
"id": "1c3ebcd0-f79b-4b23-9c9b-7fcc9866dab3",
"name": "John Doe",
"avatar": null
},
{
"id": "606f2a2b-8ea5-46af-83bb-1ca02445f70c",
"name": "Jane Smith",
"avatar": "https://example.com/avatars/janesmith.png"
}
]
},
"items": [
{
"type": "Envelope",
"envelope": {
"id": "3c58b306-300e-45b9-97a7-6ba4e9271738",
"createdAtUtc": "2025-12-14T00:15:03.3997405Z",
"createdById": "21545e8f-bc8a-461c-a20a-466aecf534f5",
"createdByName": "John Doe",
"createdByAvatar": null,
"updatedAtUtc": "2025-12-14T00:15:03.3997416Z",
"lastUpdateById": "dfe34e81-b9df-45b9-b75c-132de4291087",
"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": "3a5a3f78-4b4c-49fe-9643-039e554766f6",
"createdAtUtc": "2025-12-14T00:15:03.3997441Z",
"createdById": "35246a76-8fbc-48ba-ae06-93fc2906a2bd",
"createdByName": "John Doe",
"createdByAvatar": null,
"updatedAtUtc": "2025-12-14T00:15:03.3997452Z",
"lastUpdateById": "68a9cd0a-1924-424d-bd61-bd3b6cc896ce",
"updatedByName": "John Doe",
"updatedByAvatar": null,
"name": "Example Template"
}
}
],
"pagination": {
"totalItems": 2,
"pageSize": 10,
"pageNumber": 1,
"pageItems": 2
}
}