Audits
POST /api/v1/accounts/{projectId}/audits
Run an account audit now.
POST /api/v1/accounts/{projectId}/auditsRun an account audit now.
Requires a key with write 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 POST "https://bidandscale.com/api/v1/accounts/{projectId}/audits" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"