Integration APIs
LINE Integration
The LINE integration endpoint allows you to receive and process messages from LINE Messaging API.
POST
Webhook Endpoint
Path Parameters
The ID of your project
Request Headers
LINE Messaging API will send requests with specific headers for authentication and verification.
Request Body
The request body follows the LINE Messaging API webhook event format.
Example:
Response
Status message indicating the result of the webhook processing
Example successful response:
Error Responses
Status Code | Description |
---|---|
400 | Integration is disabled |
404 | Integration not found |
500 | Internal server error |
Setup Guide
- Create a LINE channel in the LINE Developers Console
- Configure the webhook URL in your LINE channel settings
- Enable the LINE integration in your Pathors project settings
- Add your LINE channel access token to the integration configuration