Resend an event
POST/notification/:id/resend
Resend a notification event.
info
You can choose to resend the event to specific channels or to all configured channels by omitting the channel_ids field in the request body.
Request
Responses
- 202
- 400
- 5XX
Resend accepted.
Validation error (e.g., invalid or empty channel_ids).
Server error responses indicating an issue on the API side.