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

View the API references for Send Point API by clicking here.

This document explains the API endpoint for Send Points

RECENT REQUESTS

TIME

STATUS

USER AGENT

Make a request to see history.

0 Requests This Month

API Endpoint:

Method: POST

Request Body

JSON

{ "query": "storesAdmin.mutation.sendBalance", "tag": "storeAdmin", "variables": { "recipients_data": { "sender_email": "[email protected]", "recipients": [ { "to_name": "name1", "to_email": "[email protected]", "amount": "1", "citation": "reason 1" } ] } } }

Response Success

JSON

{ "data": { "sendBalance": { "error": false, "message": "points sent" } } }

Response Failure

JSON

{ "data": { "user_balance": { "success": 0, "message": "missing user's details", "data": null } } }
Did this answer your question?