Hi,
Is there any way to get, through API, or a curl sentence, the value of the token associated to the user? For example, if I execute this command:
curl -u admin:admin http://my_sonarqube_instance.com…
I’d like to obtain the values of the tokens that belong to the user admin. I’ve seen in SonarQube documentation (https://gazelle.ihe.net/sonar/web_api/api/user_tokens) that the one that most approaches to my objective is GET api/user_tokens/search, but I’ve realised that this API order only shows the name and creation data of those tokens.
Thanks for your help. Regards.