- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List account relationships for the specified account.
HTTP request
GET https://merchantapi.googleapis.com/accounts/v1beta/{parent=accounts/*}/relationships
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent account of the account relationship 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 relationships.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"accountRelationships": [
{
object ( |
Fields | |
---|---|
accountRelationships[] |
The account relationships 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.