cURL
curl --request POST \ --url https://{host}/Agent/Storage/CreateVaultLink \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "vaultId": "<string>", "keyId": "<string>", "nonce": "<string>", "keySignature": "<string>", "requestSignature": "<string>", "ttl": 123, "useCount": 123, "masked": true } '
{ "url": "<string>" }
Allows the client to create a secure link to a vault item, for distribution.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success