Method: accounts.customers.accountLinks.list

List AccountLinks belonging to a customer.

HTTP request

GET https://channel.googleapis.com/v1alpha1/{parent=accounts/*/customers/*}/accountLinks

The URL uses Google API HTTP annotation syntax.

Path parameters

Parameters
parent

string

The resource name of the reseller account for which to list account links.

Query parameters

Parameters
pageSize

number

Requested page size. Server may return fewer results than requested. If unspecified, server will pick a default size.

pageToken

string

A token identifying a page of results, if other than the first one, the server should return. Typically obtained via ListOrdersResponse.next_page_token of the previous CloudChannelService.ListOrders call.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response message for CloudChannelService.ListAccountLinks.

JSON representation
{
  "accountLinks": [
    {
      object(AccountLink)
    }
  ],
  "nextPageToken": string
}
Fields
nextPageToken

string

A token to retrieve next page of results. Pass to [ListAccountsRequest.page_token][] to obtain that page.

Try it!