Google connection activity (feed + KPIs)

Google Business Profile connection-activity report for the caller's account tree. Returns the event feed (sign-ins, failures, connects, disconnects) newest first, plus funnel KPI totals for the same filter window. Reads gbp_connection_events scoped by partner_id to the caller's partner company.

Auth

  • Bearer — partner role, and the caller MUST be a partner-level user (company.bundle_id = 1), re-asserted in the controller. 403 (with an AUTHZ_DENIED audit event) for any non-partner caller; 401 if unauthenticated.

Rate limit

  • No rate limit.

Query

FieldTypeRequiredNotes
fromdateOptionalInclude events on/after this day (start of day).
todateOptionalInclude events up to/including this day; must be >= from.
eventstringOptionalSingle event type, e.g. connection.connected, oauth.started, token.exchange_failed.
sourcestringOptionalPortal section: invite_link, connect_google_page, registration, settings, debugger, app, system, unknown.
company_idintegerOptionalFilter to one account — includes every location under it.
store_idintegerOptionalFilter to a single location.
searchstringOptionalMatch the connected Google account email (like). Max 255.
pageintegerOptionalPage number, min 1.
limitintegerOptionalPage size 10–100, values below 10 are raised to 10 (default 10).

Behaviour

  • 200 with { kpis, events }. events is a length-aware paginator; each row is a transformed shape (id, event, source, store_id, store_name, google_email, error_code, message, details, user_email, created_at). details is a human-readable summary synthesised from the event type + metadata.
  • 401 unauthenticated · 403 caller is not partner-level.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
string
string
string
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json