HubSpot Ads API Explorer

Tests the documented HubSpot Marketing → Ads API endpoints via your existing worker proxy. Click each button to fire that endpoint. Shows status code, response size, and the raw JSON body so you can see what's available without DevTools spelunking.

1. List connected ad accounts

GET /marketing/v3/ads/accounts idle

2. Search ad campaigns (no filter)

POST /marketing/v3/ads/campaigns/search idle

3. Search ads (no filter)

POST /marketing/v3/ads/ads/search idle

4. Ad networks list (legacy v1)

GET /ads/v1/networks idle

5. Ad accounts (legacy v1)

GET /ads/v1/accounts idle

6. Ad campaigns metrics (legacy v1 — has spend!)

GET /ads/v1/metrics/campaigns?start=...&end=... idle

7. Ad metrics aggregated (alternative)

GET /marketing/v3/ads/metrics/aggregated idle

8. Run ALL of the above sequentially

runs 1 → 7 with a small delay between each idle
(click Run All)