cURL
curl --request POST \ --url https://{host}/Agent/Storage/GetFromVault \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vaultId": "<string>", "masked": true } '
{ "vaultId": "<string>", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z", "Tags": [ { "name": "<string>", "value": "<string>" } ], "type": "<string>", "clientId": "<string>" }
Allows the client to get an item from the vault.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes