BizKitHub
DocsAPI ReferenceMember/bff/member/presence-summary
getMemberAdmin BFF

/bff/member/presence-summary

One-shot payload for the member Aktivita tab: current status + last-known geo (hero card), 90-day daily active minutes, 30/90-day city+country distincts and top-5 lists, connection-type breakdown (wired/mobile/proxy/tor), and hour-of-day × day-of-week heatmap. Sourced from cas__organisation_member_presence_session with geo joins. Polled every ~30 s by admin.

MembergetBffMemberPresence-summary

Parameters

1 query

Query parameters

· 1
idstringRequired

External member id (or pending-<token> for invitations — returns empty).

Exampleexample_id

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/member/presence-summary

get
curl -X GET "https://api.bizkithub.com/bff/member/presence-summary?id=example_id" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key