Pular para o conteúdo

Receive Api Webhook

POST
/api/v1/channels/{channel_id}/api/webhook

Receive webhook events from external systems (Healthing Chat, etc.).

This endpoint does NOT require JWT authentication. It validates the request using the webhook_secret header.

channel_id
required
Channel Id
integer
x-tenant-id
Any of:
integer

Successful Response

Validation Error

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