Test Webhook
POST /v1/webhooks/test
Sends a test event to all active subscriptions. Use this to verify your endpoint is receiving and processing webhook payloads correctly.
Response 200
The test event has type webhook:test and a simple payload.
{
"type": "webhook:test",
"payload": {
"message": "test webhook delivery"
}
}
Headers
Authorization: Bearer qk_live_...
Idempotency-Key: <unique-string>