Skip to main content
POST
Manually trigger webhook delivery

Authorizations

x-api-key
string
header
required

API key for authentication.

Path Parameters

resource_type
enum<string>
required

Resource types that can be assigned to a webhook.

Available options:
job,
monitor,
monitor_group
resource_id
string<uuid>
required

Unique resource identifier.

Query Parameters

webhook_id
string<uuid>
required

Identifier of the webhook to trigger. Must be assigned to the resource.

job_id
string<uuid>

Specific job run to deliver. Optional for job resources; for monitor and monitor_group resources, selects a past run to replay. When omitted, the latest available results are delivered.

Response

Webhook delivery triggered.