Google Workspace Events API

  • The Google Workspace Events API allows you to subscribe to events and manage change notifications for various Google Workspace applications.

  • This API is currently in Developer Preview and offers functionalities like creating, deleting, getting, listing, updating, and reactivating subscriptions.

  • You can interact with the API using Google-provided client libraries or by utilizing the provided service endpoint and discovery document for custom integrations.

  • The API provides access to resources such as operations (for tracking long-running tasks) and subscriptions (for managing event notifications).

  • All functionalities related to subscriptions within this API are part of the Google Workspace Developer Preview Program and subject to change.

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

Developer Preview: Available as part of theGoogle 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-providedclient 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

ADiscovery 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

Aservice 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:

  • https://workspaceevents.googleapis.com

REST Resource:v1beta.operations

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

REST Resource:v1beta.subscriptions

Methods
createPOST /v1beta/subscriptions
Creates a Google Workspace subscription.
deleteDELETE /v1beta/{name=subscriptions/*}
Deletes a Google Workspace subscription.
getGET /v1beta/{name=subscriptions/*}
Gets details about a Google Workspace subscription.
listGET /v1beta/subscriptions
Lists Google Workspace subscriptions.
patchPATCH /v1beta/{subscription.name=subscriptions/*}
Updates or renews a Google Workspace subscription.
reactivatePOST /v1beta/{name=subscriptions/*}:reactivate
Reactivates a suspended Google Workspace subscription.

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

Last updated 2025-06-24 UTC.