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": "<string>", "events": {} } '
{ "success": true, "message": "<string>" }
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?