POST
/v1/webhook-endpoints/{id}/testtestWebhookEndpoint
Send a test delivery. Sends a synthetic `webhook.test` event to the endpoint, signed exactly like a real delivery (Standard-Webhooks headers over the raw body). Use it to verify your signature handling before subscribing to real events. Disabled endpoints return 409 `resource_conflict`.
Required scope:webhooks:write
Parameters
idpath · stringrequiredWebhook endpoint id.
Responses
200TestWebhookEndpointResultThe test delivery outcome.
Errors are RFC 9457 problem+json with a stable code and a request_id — each code above links to its own page.
Example
curl -X POST https://app.usepostify.com/v1/webhook-endpoints/post_9x2y3z0001/test \
-H "Authorization: Bearer postify_live_XXXXXXXXXXXXXXXX"