---
title: "Track Explore Card Click"
method: POST
path: "/explore/{card_id}/click"
---

# Track Explore Card Click

`POST /explore/{card_id}/click`

Track when user clicks an explore card.
Increments click_count and updates updated_at timestamp.

## Path parameters

- `card_id` string, uuid, required

## Response `200`

Successful Response

- ExploreCardClickResponse
  - `success` boolean, required
  - `click_count` integer, required

## Other responses

- `422` — Validation Error

---

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