cURL
curl --request GET \ --url https://aodocs.altirnao.com/api/user/v1/{user}/starred/{type} \ --header 'Authorization: Bearer <token>'
{ "kind": "<string>", "objectIds": [ "<string>" ], "type": "LIBRARY" }
Lists starred entities based on its type for the given user.
The access token received from the authorization server in the OAuth 2.0 flow.
The email address of a user
Type of object (only 'LIBRARY' for now)
The security code
The G Suite domain
A ApiListStarred response
LIBRARY