View the entire API documentation and references on Fetch Points API by clicking here.
This API endpoint allows you to fetch points for each user (which can be be displayed inside your UI).
RECENT REQUESTS
TIME | STATUS | USER AGENT |
|
Make a request to see history. |
|
|
|
0 Requests This Month
API end point
Method: POST
Request Body
JSON
{ "query": "storesAdmin.query.user_balance", "tag": "storeAdmin", "variables": { "user_data": { "email": "[email protected]" } } }
Response
JSON
{ "data": { "user_balance": { "success": 0, "message": "missing user's details", "data": null } } }