Accounts
GET /api/v1/connection
Google Ads OAuth connection health for the workspace.
GET /api/v1/connectionGoogle Ads OAuth connection health for the workspace.
Requires a key with read scope or higher.
Returns 200 on success.
Example
curl -X GET "https://bidandscale.com/api/v1/connection" \
-H "Authorization: Bearer $BIDANDSCALE_API_KEY"