- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Gets all the notification subscriptions for a merchant.
HTTP request
GET https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The merchant account who owns the notification subscriptions. Format: |
Query parameters
Parameters | |
---|---|
page |
The maximum number of notification subscriptions to return in a page. The default value for |
page |
Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token. |
Request body
The request body must be empty.
Response body
Response message for the ListNotificationSubscription method.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"notificationSubscriptions": [
{
object ( |
Fields | |
---|---|
notification |
The list of notification subscriptions requested by the merchant. |
next |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.