Skip to main content
Fetch Points API
Admin avatar
Written by Admin
Updated over a month ago

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 } } }
Did this answer your question?