- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List account services for the specified accounts. Supports filtering.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/services
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent account of the account service to filter by. |
Query parameters
Parameters | |
---|---|
pageToken |
Optional. The token returned by the previous |
pageSize |
Optional. The maximum number of elements to return in the response. Use for paging. If no |
Request body
The request body must be empty.
Response body
Response after trying to list account services.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"accountServices": [
{
object ( |
Fields | |
---|---|
accountServices[] |
The account services that match your filter. |
nextPageToken |
A page token. You can send the |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/content
For more information, see the OAuth 2.0 Overview.