cURL
curl --request POST \ --url https://api.gameball.co/api/v4.0/integrations/batch/balance-inquiry \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "body": [ { "customerId": "<string>" } ] } '
{ "jobId": 123 }
Retrieve customer loyalty balances for multiple customers in a single API call for efficient balance management.
Show child attributes
Unique identifier for the customer.
Batch balance inquiry processing initiated successfully
The assigned job ID, which is later used for status verification and response retrieval.
Was this page helpful?