Get analytics summary
GET /v1/analytics/summary — Workspace analytics for the last 7/30/90 days: views, clicks, unique visitors, CTR, top links, top referrers, and tip revenue.
Workspace analytics for the last 7/30/90 days: views, clicks, unique visitors, CTR, top links, top referrers, and tip revenue.
Requires scope: analytics:read. Plan entitlement: public_api (Creator and Pro).
API key (bf_live_… / bf_test_…) as a Bearer token.
In: header
Query Parameters
-9007199254740991 <= value <= 900719925474099130Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/analytics/summary"{ "range_days": -9007199254740991, "totals": { "views": -9007199254740991, "clicks": -9007199254740991, "unique_visitors": -9007199254740991, "ctr_percent": 0 }, "top_links": [ { "label": "string", "url": "string", "clicks": -9007199254740991, "page_title": "string" } ], "top_referrers": [ { "label": "string", "views": -9007199254740991 } ], "tips": { "count": -9007199254740991, "total_gross_cents": -9007199254740991, "refunded_count": -9007199254740991, "unique_fans": -9007199254740991, "currency": "string" }}Remove a block DELETE
DELETE /v1/pages/{page_id}/blocks/{block_id} — Delete one block from the page DRAFT, preserving everything else. Removing the last remaining block is refused…
List contacts GET
GET /v1/contacts — Captured contacts and leads (newsletter signups, form submissions, gated downloads), newest first. Cursor-paginated with REAL database keyset…