Track

The track endpoint is a newer endpoint that can be used to create or update customers, and also send events, charges, and tags in for them using one single API call.

Create Customers, Events, Charges, Tags

POST https://beacon.crowdpower.io/track

Request Body

NameTypeDescription

customers*

array

An array of customer objects.

customers.*.events

array

An array of event objects.

customers.*.charges

array

An array of charge objects.

customers.*.tags

array

An array of tag objects.

{
  "success": true,
  "code": 200,
  "data": null
}

Last updated