Skip to main content
GET
/
api
/
v1
/
workspaces
/
{workspace_id}
/
integrations
/
google-ads
/
accounts
List Google Ads Accounts
curl --request GET \
  --url https://api.example.com/api/v1/workspaces/{workspace_id}/integrations/google-ads/accounts \
  --header 'Authorization: Bearer <token>'
[
  {
    "customer_id": "<string>",
    "descriptive_name": "<string>",
    "currency_code": "<string>",
    "is_manager": false
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

customer_id
string
required
descriptive_name
string
required
currency_code
string | null
is_manager
boolean
default:false