Accounts
POST /api/v1/accounts/{projectId}/sync
Enqueue a full re-sync of the account.
POST /api/v1/accounts/{projectId}/syncEnqueue a full re-sync of the account.
Requires a key with write scope or higher.
Returns 202 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 POST "https://bidandscale.com/api/v1/accounts/{projectId}/sync" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"