MembergetBffMemberActivity
Parameters
5 query
Query · 5
idstringRequiredExternal member id (shop__contact.external_id) of the timeline owner.
cursorstringISO timestamp; rows strictly older than this are returned.
limitstringPage size, 1..100, default 30.
componentsstringComma-separated component filter (security,order,…).
minLevelstringMinimum severity: info | success | warning | error | critical.
Request
GET /bff/member/activity
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.