Skip to main content
POST
Resend WebHook Event

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

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Body

application/json

Provide the required values for the request body.

event_id
string

The ID of the event to be resent.

Example:

"REF-300102"

Response

200 - application/json

Successful response

The response is of type object.