Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
Query parameters
Parameters
pageSize
integer
Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of \u003ccode\u003eChannelPartnerLink\u003c/code\u003e resources associated with a specific distributor account, requiring the caller to be a distributor.\u003c/p\u003e\n"],["\u003cp\u003eThe request uses a \u003ccode\u003eGET\u003c/code\u003e method with a URL that includes a parent parameter specifying the reseller account, and it supports optional \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eview\u003c/code\u003e query parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, while the successful response includes an array of \u003ccode\u003eChannelPartnerLink\u003c/code\u003e objects and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003ePossible error codes include \u003ccode\u003ePERMISSION_DENIED\u003c/code\u003e, which indicates the wrong reseller account is making the request, and \u003ccode\u003eINVALID_ARGUMENT\u003c/code\u003e, which indicates missing or invalid parameters.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this method requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.channelPartnerLinks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListChannelPartnerLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList [ChannelPartnerLink](/channel/docs/reference/rest/v1alpha1/accounts.channelPartnerLinks#ChannelPartnerLink)s belonging to a distributor. You must be a distributor to call this method.\n\nPossible error codes:\n\n- PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request.\n- INVALID_ARGUMENT: Required request parameters are missing or invalid.\n\nReturn value: The list of the distributor account's [ChannelPartnerLink](/channel/docs/reference/rest/v1alpha1/accounts.channelPartnerLinks#ChannelPartnerLink) resources.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1alpha1/{parent=accounts/*}/channelPartnerLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [CloudChannelService.ListChannelPartnerLinks](/channel/docs/reference/rest/v1alpha1/accounts.channelPartnerLinks/list#google.cloud.channel.v1alpha1.CloudChannelService.ListChannelPartnerLinks).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.order`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]