BizKitHub
DocsAPI ReferenceMember/bff/member/activity
getMemberAdmin BFF

/bff/member/activity

Member activity timeline

MembergetBffMemberActivity

Parameters

5 query

Query parameters

· 5
idstringRequired

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

Exampleexample_id
cursorstringOptional

ISO timestamp; rows strictly older than this are returned.

Exampleexample_cursor
limitstringOptional

Page size, 1..100, default 30.

Exampleexample_limit
componentsstringOptional

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

Exampleexample_components
minLevelstringOptional

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

Exampleexample_minLevel

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key