Can you share more details on what are you asking? Do you mean: https://developers.google.com/admin-sdk/reports/reference/rest
– KessyMay 12 '21 at 13:05
@kessy I need to fetch all the apps available under a Google workspace subscription through api?
And I need an api to fetch last login time of users to each GSuite apps?
– Hari1692May 12 '21 at 14:13
For the login you have the [Reports API: Login Activity Report](https://developers.google.com/admin-sdk/reports/v1/guides/manage-audit-login) and for the apps available under subscription do you mean the [Enterprise License Manager API](https://developers.google.com/admin-sdk/licensing/v1/get-start/getting-started)?
– KessyMay 14 '21 at 14:40