Send a test webhook delivery
Queues a signed webhook.test event through the normal delivery and retry lifecycle.
Queues a signed webhook.test event through the normal delivery and retry lifecycle.
Authorization
apiKey x-api-key<token>
In: header
Path Parameters
id*string
Match
^wep_[0-9a-hjkmnp-tv-z]{16,24}$Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
data?|null
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/webhooks/string/test" \ -H "Content-Type: application/json" \ -d '{}'{ "accepted": true, "eventId": "string", "deliveryId": "string"}Retry a webhook delivery
Performs one immediate manual redelivery attempt and returns that attempt's identity and outcome without changing the automatic retry lifecycle.
Update a webhook
Updates a webhook's name, URL, subscribed events, channels, custom headers, or status and returns the updated endpoint.