Method: resellernotify.getwatchdetails

Returns all the details of the watch corresponding to the reseller.

HTTP request

GET https://reseller.googleapis.com/apps/reseller/v1/resellernotify/getwatchdetails

The URL uses gRPC Transcoding syntax.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON template for resellernotify getwatchdetails response.

JSON representation
{
  "topicName": string,
  "serviceAccountEmailAddresses": [
    string
  ]
}
Fields
topicName

string

Topic name of the PubSub

serviceAccountEmailAddresses[]

string

List of registered service accounts.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/apps.order
  • https://www.googleapis.com/auth/apps.order.readonly

For more information, see the Authorization guide.