POST
/
line
/
webhook
curl --request POST \
  --url https://api.abbie.biz/line/webhook \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --header 'x-line-signature: <x-line-signature>' \
  --data '{
  "destination": "<string>",
  "events": [
    {}
  ]
}'
{ "code": "" }

Headers

x-line-signature
string
required

Signature of LINE Webhook Request send from LINE Platform

Body

Forward the whole request body from LINE Webhook Request or filter only events with delivery type.

destination
string
required

LINE Bot’s user ID

events
array<object>
required

Webhook Events