POST/webhooks/{webhookid}/redeliver.json
Resend a Specific Webhook
This will resend a specific webhook event. You do this by having the ID in the path, and passing in the uuid in the body of the request.
Path Params
- Name
webhookid
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"STATUS": "OK"
}