API ReferenceWebhooks
Send a test event
Queues a signed ping event to this endpoint so you can verify your handler and signature verification. Check the delivery result via the deliveries endpoint.
Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/webhook-endpoints/string/test"{ "delivery": { "id": "string", "status": "string" }}