---
title: "Track Booking Activity"
method: POST
path: "/conv/trips/{trip_id}/activity"
tags: ["conversational"]
---

# Track Booking Activity

`POST /conv/trips/{trip_id}/activity`

Record booking activity. Fire-and-forget — never blocks the user.

## Path parameters

- `trip_id` string, required

## Request body

- BookingActivityRequest
  - `event` string, required
  - `type` string, required
  - `summary` string, required
  - `idx` integer, nullable
  - `hotel_id` integer, nullable
  - `metadata` object, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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