---
title: Re-emit
url: https://www.tines.com/docs/api/stories/events/reemit/
updated: 2026-03-09T14:32:40+00:00
description: "Re&#x2011;emit an event."
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/llms.txt) › [Tines API](https://www.tines.com/llms.txt) › [Stories](https://www.tines.com/llm/docs/api/stories.md) › [Events](https://www.tines.com/llm/docs/api/stories/events.md)*

# Re-emit

*[View on tines.com](https://www.tines.com/docs/api/stories/events/reemit/)*

## Description

Re&#x2011;emit an event.

## Request

HTTP Method: **POST**

| Parameter | Description                     |
| --------- | ------------------------------- |
| event_id  | The ID of the event to re-emit. |

```bash
curl -X POST \
  https://<tenant-domain>/api/v1/events/<<event_id>>/reemit \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
