Accounts
GET /api/v1/accounts/{projectId}
One account, with its sync state and optimization targets.
GET /api/v1/accounts/{projectId}One account, with its sync state and optimization targets.
Requires a key with read scope or higher.
Returns 200 on success.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | yes | The Google Ads account, as returned by GET /api/v1/accounts. |
Example
curl -X GET "https://bidandscale.com/api/v1/accounts/{projectId}" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"