Skip to main content
GET
/
players
/
{id}
/
activity
Get player activity log
curl --request GET \
  --url https://api.engagefabric.com/players/{id}/activity \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.engagefabric.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token for admin console authentication

Path Parameters

id
string
required

Player UUID

Query Parameters

limit
number

Max number of events to return

Example:

50

offset
number

Number of events to skip

Example:

0

Response

Activity log retrieved successfully