Skip to content

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.

projectId
required
string

Tenant project id (row-level isolation on every query).

id
required
string

Resource id.

Test delivery result.

Media typeapplication/json
object
deliveryId
string
status
string
Allowed values: pending success failed
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
json
{
"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
json
{
"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
json
{
"error": "example",
"message": "example"
}