googleapis.com

Interacts with Glass users via the timeline.

🔑 oauth2 24 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Retrieves a list of contacts for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/contacts
Retrieves a list of timeline items for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/timeline
Retrieves a list of locations for the user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/mirror/v1/locations
Endpoints (24 total)
GET
/contacts
Retrieves a list of contacts for the authenticated user.
GET
/timeline
Retrieves a list of timeline items for the authenticated user.
GET
/locations
Retrieves a list of locations for the user.
GET
/contacts/{id}
Gets a single contact by ID.
GET
/settings/{id}
Gets a single setting by ID.
GET
/subscriptions
Retrieves a list of subscriptions for the authenticated user and service.
GET
/timeline/{id}
Gets a single timeline item by ID.
GET
/locations/{id}
Gets a single location by ID.
GET
/timeline/{itemId}/attachments
Returns a list of attachments for a timeline item.
GET
/timeline/{itemId}/attachments/{attachmentId}
Retrieves an attachment on a timeline item by item ID and attachment ID.
POST
/contacts
Inserts a new contact.
POST
/timeline
Inserts a new item into the timeline.
At a glance
Total SDKs10
Languages6
Endpoints24
Authoauth2
https://www.googleapis.com/mirror/v1