---
title: "Ingest Batch"
method: POST
path: "/product-events/batch"
tags: ["product-events"]
---

# Ingest Batch

`POST /product-events/batch`

Store a batch of product events.

Optionally authenticated: anonymous visitors are the top of the funnel and
must be able to write, but when a bearer token is present we take the
identity from it. One INSERT per batch, never one per event.

## Response `200`

Successful Response

- AppRoutersProductEventsIngestResponse
  - `ok` boolean, required
  - `accepted` integer

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
