Skip to main content
POST
Track an event occuring within a business

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the business

Body

application/json
event
string
required

The name of the event

data
object

The data associated with the event

Response

200 - application/json

HTTP status acknowledging the event was properly received

The response is of type object.