Ana içeriğe geç

Webhook Health Check

GET 

/v1/hooks/:workflow_id/health

Health check endpoint for webhook configuration.

External services can use this to verify the webhook URL is valid and the workflow exists.

Returns:

  • workflow_id: UUID of the workflow
  • is_active: Whether the workflow is active
  • trigger_type: Should be "webhook"

Request

Responses

Successful Response