Accounts

POST /api/v1/accounts/{projectId}/sync

Enqueue a full re-sync of the account.

POST /api/v1/accounts/{projectId}/sync

Enqueue a full re-sync of the account.

Requires a key with write scope or higher.

Returns 202 on success.

Parameters

NameInTypeRequiredDescription
projectIdpathstringyesThe 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"

On this page