---
title: "Send event to Segment"
method: POST
path: "/segment/track"
tags: ["Segment"]
---

# Send event to Segment

`POST /segment/track`

Registers a tracking event in Segment for the specified user.

## Request body

- SegmentTrackDto
  - `userId` string, required
  - `event` string, required
  - `properties` object — Event properties payload forwarded to Segment.

## Response `204`

Event recorded

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
