---
title: "Track an event occuring within a business"
method: POST
path: "/businesses/{id}/track"
tags: ["Events"]
---

# Track an event occuring within a business

`POST /businesses/{id}/track`

## Path parameters

- `id` string, required

## Request body

- object
  - `event` string, required — The name of the event
  - `data` object — The data associated with the event

## Response `200`

HTTP status acknowledging the event was properly received

- object

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
