Refresh Competitor Dashboard
Enqueue an off-request DataForSEO refresh of the brand’s tracked
competitors (D2 caps live in the queued handler). Throttled per-brand by
competitor_dashboard_min_refresh_interval_hours — a re-click inside the
window returns throttled with the next-available time instead of
enqueuing (cost control). Concurrency is additionally guarded by the queue’s
one-in-flight-per-brand dedup key.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
Result of POST .../refresh -- the work runs off-request on the Redis queue, so this reports whether a job was enqueued or throttled, not the per-competitor outcome (poll the overview/spend reads for fresh data).