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

# POST /api/purchase

`POST /api/purchase`

## Query parameters

- `instanceKey` string, required

## Request body

- PurchaseEventModel
  - `ProfileKey` unknown
  - `ProductKeys` string[] — The article numbers of the products the customer purchased.
  - `Revenue` unknown
  - `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)
