v1

latestOpenAPI 3.1.02026-07-24620123.6 KB

Resend Webhook

Allows a user to resend webhooks.

post/api/b2b/webhooks/{id}/resend

Path parameters

idstring required

The webhook id to resend

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Webhook resent successfully"
}