Mark customer as read
Marks the conversation with the customer identified by customer_token as read.
Path Parameters
- Type: stringcustomer
_token requiredToken that uniquely identifies the customer in this channel.
Responses
- application/json
Request Example for post/customers/{customer_token}/read/
curl 'https://chat.landbot.io/v1/customers/{customer_token}/read/' \
--request POST \
--header 'Authorization: Token YOUR_CHANNEL_TOKEN'
{
"success": true
}