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.
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
}
}Was this page helpful?