Webhooks
Test delivery
Sent once when you call the subscription test endpoint. Single-shot — delivered once with no retries — so you can verify connectivity and signature handling before production traffic flows.
postWebhookwebhook.test
Payload
Example payload
{
"id": "evt_8c2a1f7e6d3b4a5c9e0f8d7b6a5c4d3e",
"api_version": "1.0"
}Response
Acknowledged — any 2xx within 10 seconds.