[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eLists direct outbound customer links for a specified Ads Data Hub customer, showing where access has been granted to other customers.\u003c/p\u003e\n"],["\u003cp\u003eThe API request is a GET request to a specific endpoint with path and query parameters for customization.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eparent\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e are available parameters to refine the request and response data.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsdatahub\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details retrieving outbound customer links in Ads Data Hub. The core action is a `GET` request to `https://adsdatahub.googleapis.com/v1/{parent=customers/*}/outboundCustomerLinks`, with a required `parent` path parameter specifying the customer. Optional query parameters include `pageSize`, `pageToken`, and `filter` for result management. The request body must be empty, and the response is a `ListCustomerLinksResponse` if successful. The process requires the `https://www.googleapis.com/auth/adsdatahub` OAuth scope.\n"],null,["# Method: customers.outboundCustomerLinks.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- [Authorization scopes](#body.aspect)\n\nLists links where the specified customer has granted access to other Ads Data Hub customers. Only direct links are included.\n\n### HTTP request\n\n`GET https://adsdatahub.googleapis.com/v1/{parent=customers/*}/outboundCustomerLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------|\n| `parent` | `string` Required. Parent customer resource name, e.g. 'customers/123'. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Maximum number of items to return. If 0, the server will determine the number of linked customers to return. |\n| `pageToken` | `string` Page token, returned by a previous call, used to request the next page of results, if any. |\n| `filter` | `string` Filters your response. Works using the following fields / formatting: name=\"customers/1/outboundCustomerLinks/3141\" customerId=\"314159\" displayName=\"Some account\" status=\"REJECTED\" updateTime.seconds\\\u003eunix_time |\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 [ListCustomerLinksResponse](/ads-data-hub/marketers/reference/rest/v1/ListCustomerLinksResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsdatahub`"]]