[ Web Proxy ]
URL:
Viewing: https://developers.google.com/workspace/events/reference/rest/v1beta [Back]  [Original]

Google Workspace Events API  |  Google for Developers Skip to main content
Send feedback

Google Workspace Events API Stay organized with collections Save and categorize content based on your preferences.

outlined_flag

The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.

Developer Preview: Available as part of the Google Workspace Developer Preview Program, which grants early access to certain features.

Service: workspaceevents.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

REST Resource: v1beta.operations

Methods
get GET /v1beta/{name=operations/**}
Gets the latest state of a long-running operation.

REST Resource: v1beta.subscriptions

Methods
create POST /v1beta/subscriptions
Creates a Google Workspace subscription.
delete DELETE /v1beta/{name=subscriptions/*}
Deletes a Google Workspace subscription.
get GET /v1beta/{name=subscriptions/*}
Gets details about a Google Workspace subscription.
list GET /v1beta/subscriptions
Lists Google Workspace subscriptions.
patch PATCH /v1beta/{subscription.name=subscriptions/*}
Updates or renews a Google Workspace subscription.
reactivate POST /v1beta/{name=subscriptions/*}:reactivate
Reactivates a suspended Google Workspace subscription.
Send feedback

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-24 UTC.

Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-24 UTC."],[],["The Google Workspace Events API, currently in developer preview, enables subscription to and management of change notifications across Google Workspace apps. Key actions include creating, deleting, getting, listing, patching, and reactivating subscriptions via the `v1beta.subscriptions` REST resource. The `v1beta.operations` REST resource allows getting the state of a long-running operation. The service endpoint is `https://workspaceevents.googleapis.com`, and a discovery document is provided for building client tools.\n"]]

Web Proxy Viewer  |  New URL  |  Original Page