---
title: "Validates the input event returning a list of validation errors in the case of error."
method: POST
path: "/dev/events/validate"
tags: ["dev"]
---

# Validates the input event returning a list of validation errors in the case of error.

`POST /dev/events/validate`

Use this endpoint to check whether an event would have been accepted by the system. In case the event 
is classified as invalid, the response contains information to pinpoint the exact cause of the validation failure.

## Response `200`

The event has passed the validation check successfully. 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)
