---
title: "Post Tracking Webhook"
method: POST
path: "/tracking/webhook"
tags: ["/tracking"]
---

# Post Tracking Webhook

`POST /tracking/webhook`

For receiving pings. | (list[dict]) -> (TrackingWebhookResponse)

## Request body

- object[]

## Response `200`

Successful Response

- TrackingWebhookResponse
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
