cURL
curl --request GET \ --url https://{subdomain}.nudj.cx/api/v2/analytics/users/points-transactions
{ "data": [ { "id": "<string>", "accountingDirection": "<string>", "amount": 123, "eventCategory": "<string>", "eventSubCategory": "<string>", "status": "<string>", "createdAt": "<string>", "communityId": "<string>", "externalTransactionReference": "<string>", "eventSourceId": "<string>" } ], "pagination": { "total": 123, "skip": 123, "limit": 123 } }
Returns a paginated list of user points transactions sorted by newest first.
x >= 0
1 <= x <= 100
Successful response
Show child attributes
Was this page helpful?