Send a test webhook delivery

Queues a signed webhook.test event through the normal delivery and retry lifecycle.

POST
/v1/webhooks/{id}/test

Queues a signed webhook.test event through the normal delivery and retry lifecycle.

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"}