---
title: "Receive an Event"
method: POST
path: "/event"
tags: ["Events"]
---

# Receive an Event

`POST /event`

Receive a JSON object representing an event.

## Request body

- Event — unresolved $ref

## Response `200`

The event is successfully processed and ready to receive next event. The response body is empty.

## Other responses

- `400` — The event is invalid or rejected. The response body contains the error message.

---

[API](https://skmtc.dev/stellar/apis/callbacks-server.md) · [All operations](https://skmtc.dev/stellar/apis/callbacks-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/callbacks-server/revisions/0d52fa0042d8/schema)
