---
title: "Validates the input event and passes the event downstream for further processing"
method: POST
path: "/dev/events/record"
tags: ["dev"]
---

# Validates the input event and passes the event downstream for further processing

`POST /dev/events/record`

Validates the input event and if the validation is successfull it then writes the event into the event stream.

## Response `200`

The event has passed the validation check successfully and was pushed into the events stream. The response will be empty in this case.

## Other responses

- `400` — The event has failed the validation, the response will contain a description of the validation errors.

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
