Pular para o conteúdo

Get Webhook Info

GET
/api/v1/webhooks/info/{workflow_id}

Get webhook info for a workflow.

Returns the webhook URL and whether a secret is configured. Does NOT return the secret itself for security.

workflow_id
required
Workflow Id
integer
x-tenant-id
Any of:
integer

Successful Response

WebhookInfoResponse

Response for webhook info

object
webhook_key
Any of:
string
webhook_url
Any of:
string
has_secret
Has Secret
boolean
workflow_id
required
Workflow Id
integer
workflow_name
required
Workflow Name
string
trigger_type
required
Trigger Type
string
is_webhook_trigger
required
Is Webhook Trigger
boolean

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string