{
"data": [
{
"id": "0abcd123-abcd-1234-5678-abcd12345678",
"userId": "01234abc-abcd-1234-5678-abcd12345678",
"loyaltyCurrencyId": "your-loyalty-currency-id",
"amount": "1500",
"lockVersion": "10",
"organizationId": "your-organization-id",
"websiteId": "your-website-id",
"createdAt": "2024-11-26T17:21:29.688Z",
"updatedAt": "2024-11-27T17:44:35.881Z",
"user": {
"id": "01234abc-abcd-1234-5678-abcd12345678",
"walletAddress": "0x1...abc",
"userMetadata": [
{
"walletGroupIdentifier": null,
"twitterUser": "user1",
"discordUser": "user1",
"logoUrl": "https://...png",
"displayName": "user1"
}
]
}
},
{
"id": "abcd1234-abcd-1234-5678-abcd12345678",
"userId": "abcd1234-abcd-1234-5678-abcd12345678",
"loyaltyCurrencyId": "your-loyalty-currency-id",
"amount": "1250",
"lockVersion": "10",
"organizationId": "your-organization-id",
"websiteId": "your-website-id",
"createdAt": "2024-11-26T17:21:29.688Z",
"updatedAt": "2024-11-27T17:44:35.881Z",
"user": {
"id": "abcd1234-abcd-1234-5678-abcd12345678",
"walletAddress": "0x2...abc",
"userMetadata": [
{
"walletGroupIdentifier": null,
"twitterUser": "user2",
"discordUser": "user2",
"logoUrl": "https://...png",
"displayName": "user2"
}
]
}
}],
"hasNextPage": "false"
}