Sign in

List accessible customers

documented

Return the resource names of all Google Ads accounts directly accessible by the authenticated user.

GET /v23/customers:listAccessibleCustomersAccount Managementno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://googleads.googleapis.com/v{{$API_VERSION}}/customers:listAccessibleCustomers" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "developer-token: {{$DEVELOPER_TOKEN}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"