cURL
curl --request GET \ --url https://api.flipsuite.xyz/v1/community/points/{pointSystemId}/balance \ --header 'x-api-key: <x-api-key>'
{ "data": [ { "platform": "discord", "userId": "328218133074804739", "balance": 100 } ], "pagination": { "offset": 123, "limit": 123, "total": 123, "count": 123 } }
Get point system balance of one or more users
Your community API key
ID of a point system
Platform to get balances for
"discord"
Specific user IDs to get balances for
x >= 0
0 <= x <= 100
Sort direction
balance-desc
balance-asc
Balances have been retrieved
Point system balances
Show child attributes
Pagination metadata