Retrieves detailed information about a specific vault, identified by its unique ID. This includes the vault's configuration, access settings, and the list of the members.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.signater.com/v1/ecm/vaults/' \
--header'x-api-token: <api-key>'
Responses
đŸŸ¢200OK
application/json
Vault retrieved successfully
Body
Example
{"id":"fe98e254-2821-46e2-8565-e56724131499","name":"Example Vault","type":"UserAccount","description":"This is an example of a vault used for demonstration purposes.","userAccountMembers":[{"id":"309171bc-eaad-4a6f-88e3-dc49d3154e1f","name":"John Doe","avatar":null},{"id":"9006305b-3d35-4942-b1ca-8af79c4ce860","name":"Jane Smith","avatar":"https://example.com/avatars/janesmith.png"}]}