Description
Re‑emit an event.
Request
HTTP Method: POST
curl -X POST \
https://<tenant-domain>/api/v1/events/<event-id>/reemit \
-H 'content-type: application/json' \
-H 'x-user-email: <email-address' \
-H 'x-user-token: <api-token>'
Response
A successful request will have no response.