Mark customer as read

Marks the conversation with the customer identified by customer_token as read.

Path Parameters
  • customer_token
    Type: string
    required

    Token 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
}