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;'
Responses
đŸŸ¢200OK
application/json
Vault retrieved successfully
Body
Example
{"id":"eea7dbe8-c502-4e7f-8070-607eb64ce1cb","name":"Example Vault","type":"UserAccount","description":"This is an example of a vault used for demonstration purposes.","userAccountMembers":[{"id":"04a80f08-55c6-402b-bd7e-ac6cb8d8b23a","name":"John Doe","avatar":null},{"id":"0117d449-ea8c-42be-a707-ed3eb2b82336","name":"Jane Smith","avatar":"https://example.com/avatars/janesmith.png"}]}