Jira REST API way to get data about api tokens

Hey everyone!
Im trying to get data about my company’s api tokens through the Jira REST API and cant find anything that does that.

Does anyone have any idea on how to accomplish that?
Any piece of data would help, for example: how many tokens we issued, are they still valid, the tokens themselves, etc…

Thanks very much for any help !!!

If you have a list of user ids and are an organization admin, you could use the user management REST API to get tokens that have been registered for each user.