cURL
curl --request POST \ --url https://api.gameball.co/api/v4.0/integrations/events \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "customerId": "1848877205", "events": { "write_review": { "product_id": "1653503260", "review": "5 Stars Product" } } } '
{ "success": true, "message": "Events processed" }
Record customer actions with metadata to power rewards and engagement.
place_order
apikey
Event payload containing the customerId and one or more events with metadata.
Unique identifier for the customer
A mapping of event names to metadata objects
Show child attributes
Events accepted
Was this page helpful?