Method: resellernotify.register
Registers a Reseller for receiving notifications.
HTTP request
POST https://reseller.googleapis.com/apps/reseller/v1/resellernotify/register
The URL uses gRPC Transcoding syntax.
Query parameters
Parameters |
serviceAccountEmailAddress |
string
The service account which will own the created Cloud-PubSub topic.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ResellernotifyResource
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/apps.order
For more information, see the Authorization guide.
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 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Registers a reseller to receive notifications using the provided endpoint."],["Requires an empty request body and specifies the service account for the Cloud Pub/Sub topic via a query parameter."],["Successful registration returns a ResellernotifyResource object, and the process requires the `https://www.googleapis.com/auth/apps.order` authorization scope."]]],["A reseller is registered to receive notifications via a `POST` request to `https://reseller.googleapis.com/apps/reseller/v1/resellernotify/register`. The request requires a `serviceAccountEmailAddress` query parameter, specifying the service account owning the Cloud-PubSub topic. The request body must be empty. Successful responses return a `ResellernotifyResource` instance. Authorization requires the `https://www.googleapis.com/auth/apps.order` OAuth scope. The request URL uses gRPC Transcoding syntax.\n"]]