I was trying to list connected apps of mine google workspace with authorization date and if it is possible a last time used date as well.
On the frontend of Google Admin we have Connected applications in the Security dropdown inside of Directory -> Users, there we can find the authorization date but in the Admin SDK API I couldn't found where to get that information.
I have already listed users and their tokens using this endpoint https://developers.google.com/admin-sdk/directory/reference/rest/v1/tokens/list
But the token resource doesn't have any kind of date.
The only endpoint I found that it should be possible to retrieve any date related to the token authorization would be https://developers.google.com/admin-sdk/reports/reference/rest/v1/activities/list
But this endpoint is kind of a log of the activities inside a google workspace account.
Do anyone knows if I have another way to get authorization date and last used date of an specific token related to the user in a google workspace account?