Sign in

List accessible customers

documented

Return resource names of customers directly accessible by the authenticating user.

GET /v21/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/v21/customers:listAccessibleCustomers" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "developer-token: {{ADS_DEVELOPER_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
List accessible customers · Google Ads · OpenIntegrations