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":"6092b1ea-f5ad-4ae4-ac22-c57f624bc8f7","name":"Example Vault","type":"UserAccount","description":"This is an example of a vault used for demonstration purposes.","userAccountMembers":[{"id":"2c7ebb5b-f49d-4dd5-8c46-4581d1e3f56c","name":"John Doe","avatar":null},{"id":"e6fba52a-0dc1-435f-b468-3b1b1f4ec157","name":"Jane Smith","avatar":"https://example.com/avatars/janesmith.png"}]}