Accounts

GET /api/v1/accounts

List the Google Ads accounts this key can reach.

GET /api/v1/accounts

List the Google Ads accounts this key can reach.

The entry point. Every account-scoped endpoint needs a projectId from this list. A project-scoped key gets exactly one row back, so this call works the same regardless of key shape.

Requires a key with read scope or higher.

Returns 200 on success.

Example

curl -X GET "https://bidandscale.com/api/v1/accounts" \
  -H "Authorization: Bearer $BIDANDSCALE_API_KEY"

On this page