Send a test ping to a webhook
Requires EDITOR. Delivers a signed webhook.test envelope (10s timeout) and records the attempt. Returns the delivery result regardless of remote outcome.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”projectId
required
string
Tenant project id (row-level isolation on every query).
id
required
string
Resource id.
Responses
Section titled “Responses”Test delivery result.
Media typeapplication/json
object
deliveryId
string
status
string
httpStatus
integer | null
durationMs
integer
error
string | null
Not authenticated (no valid session/principal).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Authenticated but lacks the required project role.
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}Resource not found (or belongs to another project — indistinguishable).
Media typeapplication/json
object
error
required
Human-readable error message.
string
message
string
Examplegenerated
{ "error": "example", "message": "example"}