Webhooks
Resend WebHook Event
Resend a webhook event to the specified endpoint.
POST
Overview
This endpoint allows you to resend a webhook event to the specified endpoint.
Request
Headers
x-carbon-key
(string, required): Your API key.
Body
event_id
(string, required): The ID of the event to be resent.
Response
Example Response
Notes
- Ensure the
event_id
is valid and corresponds to an existing webhook event.
Authorizations
Provide your API key in the 'apikey' header.
Headers
Body
application/json
Provide the required values for the request body.
The ID of the event to be resent.
Example:
"REF-300102"
Response
200 - application/json
Successful response
The response is of type object
.