DocsAPI ReferenceMember/bff/member/activity
getMemberAdmin BFF

/bff/member/activity

Member activity timeline

MembergetBffMemberActivity

Parameters

5 query

5 total
Query · 5
idstringRequired

External member id (shop__contact.external_id) of the timeline owner.

cursorstring

ISO timestamp; rows strictly older than this are returned.

limitstring

Page size, 1..100, default 30.

componentsstring

Comma-separated component filter (security,order,…).

minLevelstring

Minimum severity: info | success | warning | error | critical.

Request

GET /bff/member/activity

get
curl -X GET "https://api.bizkithub.com/bff/member/activity?id=example_id&cursor=example_cursor&limit=example_limit&components=example_components&minLevel=example_minLevel" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key