---
title: "POST /api/search"
method: POST
path: "/api/search"
tags: ["Events"]
---

# POST /api/search

`POST /api/search`

## Query parameters

- `instanceKey` string, required

## Request body

- SearchEventModel
  - `ProfileKey` string — The profile key identifying the visitor associated with this event. Must not include personally identifiable information (PII) to comply with GDPR guidelines.
  - `SearchTerm` string — The search term the visitor used to search for products.
  - `SessionKey` unknown

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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