English
cURL
curl --request POST \ --url https://app.pathors.com/api/project/{projectId}/integration/line/callback
{ "message": "<string>" }
The LINE integration endpoint allows you to receive and process messages from LINE Messaging API.
{ "events": [ { "type": "message", "message": { "type": "text", "text": "Hello" }, "timestamp": 1462629479859, "source": { "type": "user", "userId": "U4af4980629..." }, "replyToken": "nHuyWiB7yP5Zw52FIkcQobQuGDXCTA", "mode": "active" } ] }
{ "message": "OK" }