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`.
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.
Organization API key as a Bearer token (postify_live_…).
In: header
Path Parameters
Webhook endpoint id.
1 <= lengthResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/webhook-endpoints/string/test"{ "delivery_id": "string", "succeeded": true, "http_code": -9007199254740991, "error": "string"}Delete a webhook endpoint DELETE
Removes the endpoint and its delivery history. Deliveries stop immediately; this cannot be undone.
For AI agents
Machine-readable surfaces for AI agents building on Postify — llms.txt, Markdown twins of every API page, the OpenAPI 3.1 spec, an MCP server with 10 tools, and agent guardrail guidelines.
