Required. The resource name of the channel partner link to retrieve. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.
[[["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 API call retrieves a specific \u003ccode\u003eChannelPartnerLink\u003c/code\u003e resource, which requires the caller to be a distributor.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a \u003ccode\u003eGET\u003c/code\u003e method that uses a URL with gRPC Transcoding syntax and includes a required \u003ccode\u003ename\u003c/code\u003e path parameter specifying the \u003ccode\u003eChannelPartnerLink\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eview\u003c/code\u003e query parameter allows for controlling the detail level of the \u003ccode\u003eChannelPartnerLink\u003c/code\u003e displayed in the response.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this API call must be empty, and a successful response will return a \u003ccode\u003eChannelPartnerLink\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThis API call requires the \u003ccode\u003ehttps://www.googleapis.com/auth/apps.order\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.channelPartnerLinks.get\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- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nReturns the requested [ChannelPartnerLink](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks#ChannelPartnerLink) resource. 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- NOT_FOUND: ChannelPartnerLink resource not found because of an invalid channel partner link name.\n\nReturn value: The [ChannelPartnerLink](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks#ChannelPartnerLink) resource.\n\n### HTTP request\n\n`GET https://cloudchannel.googleapis.com/v1/{name=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\nIf successful, the response body contains an instance of [ChannelPartnerLink](/channel/docs/reference/rest/v1/accounts.channelPartnerLinks#ChannelPartnerLink).\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)."]]