Custom Api Explorer Web UI Viewer

Team.

I would like to know if there is any way to create or generate a custom secret viewer for the end user.

For example with the api explorer I can consume the API and get the value of “/v1/totp/code/testuser”

curl -X ‘GET’
http://127.0.0.1:1234/v1/totp/code/testuser
-H ‘accept: * / *’
-H ‘X-Vault-Token: token’

I would like to know if there is something to make that more attractive for the user, like the KV where I load the direct value of the output of “/v1/totp/code /testuser” and not something static?

Regards