The user's points history can be obtained from participating in activities such as: redeeming coupons, purchasing products, inviting friends, becoming members, logging in continuously, and other related activities. These can be set in the Buzzebees back office to determine which activities users can obtain points.
From the image above, it shows the result obtained from the API Get point. To call this API, various data needs to be sent.
curl --location --request GET 'https://buzzebees-prd.azure-api.net/api/log/points/?top=25&lastRowKey=&month=&'
--header 'Content-Type: application/x-www-form-urlencoded; charset=utf-8'
--header 'Ocp-Apim-Subscription-Key: {Subscription-Key}'
--header 'Ocp-Apim-Trace: 1 '
--header 'App-Id: {App-Id}'
--header 'Authorization: token {token}'