Skip to main content
GET
/
user
/
v1
/
{user}
/
starred
/
{type}
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"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user
string
required

The email address of a user

type
string
required

Type of object (only 'LIBRARY' for now)

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiListStarred response

kind
string
objectIds
string[]
type
enum<string>
Available options:
LIBRARY