User Behaviour Events (Admin)
Project-scoped admin endpoints to search and manage recorded events. Filter and paginate, fetch a specific event, update (override) fields, and soft-delete or restore events when needed.
info
These endpoints can return a lot of data. Use pagination and filters (from, to, eventTypeId, walletAddress, etc.) to keep responses small and queries fast.
List events (paginated)
GET /api/v1/projects/{projectId}}/events
cURL
curl -s "$FREEQ_API_URL/api/v1/projects/123/events?page=1&limit=20&sort=desc" \
-H "Authorization: Bearer $FREEQ_API_TOKEN"