Retrieve SSH keys from vault

Hi ,

Does anyone know how to check what all ssh keys stored in vault
I am using API call to send ssh keys to vault
i want to verify if the key persist in vault

I have stored vault api address and token in varieables

using GET method i am trying to get the keys

curl --header “X-Vault-Token: $VAULT_TOKEN” $VAULT_ADDR/v1/ssh/keys/my-key

each time i am getting below error
{“errors”:[“1 error occurred:\n\t* unsupported path\n\n”]}

I am using the same path in post request not sure why it does not work with GET request

What are you trying to do with SSH? OTP? Signed keys?
That’ll tell you which engine you used, and use vault secrets list to see the path where the engine is mounted at.