Retry failed webhook
POST
/v1/webhook_endpoints/hooks/{webhook_id}/retry
Manually retry a failed webhook.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” webhook_id
required
Webhook Id
string format: uuid
Responses
Section titled “ Responses ”Successful Response
WebhookResponse
object
id
required
Id
string format: uuid
webhook_endpoint_id
required
Webhook Endpoint Id
string format: uuid
webhook_type
required
Webhook Type
string
payload
required
Payload
object
key
additional properties
any
status
required
Status
string
retries
required
Retries
integer
max_retries
required
Max Retries
integer
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time
Only failed webhooks can be retried
Webhook not found
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context