Is there a direct web UI link for unwrapping a token?

Is there a way I can send someone a URL to the Vault web UI which has the wrapping token embedded and will directly take them to the page that unwraps it? Something like:

https://vault.example.com:8200/ui/vault/tools/unwrap?token=s.BQ0HtBB04qNi983zESH9QhoD

(That doesn’t work). This is for use when sending out an E-mail containing some secret I want to share. Otherwise I have to tell the user to go to the UI link, and then separately copy the token out of the E-mail and paste it into the form.

Thanks,

Brian.

Hello @candlerb!
There is no direct URL available for this in this form. The unwrap endpoint accepts a POST request.
This cannot be done like this through query parameters, even on the UI, you would have to make something yourself for this.