---
title: "Internal ClickHouse proxy for verification events"
method: POST
path: "/_internal/chproxy/verifications"
tags: ["chproxy"]
---

# Internal ClickHouse proxy for verification events

`POST /_internal/chproxy/verifications`

Internal endpoint for batching key verification events to ClickHouse. This endpoint is used internally by the API to efficiently store verification data and should not be used by external clients.

This endpoint bypasses normal authentication and validation as it's intended for internal use only. External clients should use the standard key verification endpoints instead.

## Request body

- object[] — Array of key verification events to be processed

## Response `200`

Events successfully queued for processing

- ChproxyVerificationsResponseBody
  - `status` string, required — Processing status

## Other responses

- `400` — Invalid request body or malformed events
- `529` — Service overloaded, unable to process events

---

[API](https://skmtc.dev/unkeyed/apis/unkey-api.md) · [All operations](https://skmtc.dev/unkeyed/apis/unkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unkeyed/unkey-api/revisions/9a9c22b6dd09/schema)
