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
JSON template for resellernotify getwatchdetails response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "topicName": string, "serviceAccountEmailAddresses": [ string ] } |
Fields | |
---|---|
topicName |
Topic name of the PubSub |
serviceAccountEmailAddresses[] |
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.