LINE Official Notifications
Update LON Message Delivery Status
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
requiredSignature 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
requiredLINE Bot’s user ID
events
array<object>
requiredWebhook Events
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": "" }

