Skip to main content
POST
/
webhooks
/
{webhookId}
/
replay
Replay Webhook
curl --request POST \
  --url https://api.getredo.com/v2.2/webhooks/{webhookId}/replay \
  --header 'Content-Type: application/json' \
  --data '
{
  "start": "2023-11-07T05:31:56Z"
}
'
{
  "detail": "<string>",
  "instance": "<string>",
  "title": "<string>",
  "type": "about:blank"
}

Path Parameters

webhookId
string
required

Webhook ID

Example:

"64e5a865a58eefeed7f05ea6"

Body

application/json
start
string<date-time>
required

Response

Success