---
title: "Track event"
method: POST
path: "/analytics/track"
---

# Track event

`POST /analytics/track`

Tracks an analytics event.

## Request body

- TrackRequest
  - `event` string, required
  - `properties` object

## Response `200`

Success

- StatusResponse
  - `status` string, required

## Other responses

- `default` — Error response

## Changes

- **2026-04-17** `a7becb6668ec` — 1 warning
  - removed the optional property `code` from the response with the `default` status

[Change history](https://skmtc.dev/timescale/apis/ghost-api/changes/analytics/track/post.md)

---

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