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/' \
--header 'x-api-token: <api-key>'{
"id": "19c6c7bf-05c0-48cb-b1f7-5402bc529d50",
"name": "Example Vault",
"type": "UserAccount",
"description": "This is an example of a vault used for demonstration purposes.",
"userAccountMembers": [
{
"id": "0be98da4-24ac-4f8e-a562-441d06067652",
"name": "John Doe",
"avatar": null
},
{
"id": "1dc5df29-df51-4583-b371-744d3db80649",
"name": "Jane Smith",
"avatar": "https://example.com/avatars/janesmith.png"
}
]
}