Skip to content

Receive V3 Linq Webhook

POST
/api/v3/connections/{binding_id}/linq/webhook
curl --request POST \
--url https://example.com/api/v3/connections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/linq/webhook

Verify one Linq subscription secret, filter, and enqueue its Live Agent.

binding_id
required
Binding Id
string format: uuid

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"ctx": {},
"input": "example",
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}