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":"71319eaf-be9e-44c2-9034-0c07fe9ac24b","name":"Example Vault","type":"UserAccount","description":"This is an example of a vault used for demonstration purposes.","userAccountMembers":[{"id":"4f45215d-3a0d-4a00-beca-55114ee3d6c2","name":"John Doe","avatar":null},{"id":"32ed3905-c96f-4fbd-9a76-30ea1bf22928","name":"Jane Smith","avatar":"https://example.com/avatars/janesmith.png"}]}