---
title: "Ingest Events"
method: POST
path: "/v1/events"
---

# Ingest Events

`POST /v1/events`

## Request body

- EventsBatchRequest
  - `events` EventItem[], required
    - `type` string, required
    - `contentId` string, nullable
    - `playbackId` string, nullable
    - `userId` string, nullable
    - `sessionId` string, nullable
    - `viewSessionId` string, nullable
    - `timestamp` string, required
    - `data` object

## Response `202`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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