# Messenger conversations Obtén los clients que te han escrito por messenger Endpoint: GET /retailers/api/v1/messenger_conversations Version: 1.0.0 Security: api-key ## Request fields (application/json): - `page` (number) - `results_per_page` (number) - `unassigned` (boolean) ## Response 200 fields (application/json): - `results` (integer) Example: 155 - `total_pages` (integer) Example: 2 - `messenger_conversations` (array) - `messenger_conversations.id` (string) Example: "621osgzy4696283" - `messenger_conversations.first_name` (string) Example: "Claudia" - `messenger_conversations.last_name` (string) Example: "Funnel" - `messenger_conversations.email` (string,null) Example: "null" - `messenger_conversations.message_count` (integer) Example: 3 - `messenger_conversations.last_interaction` (string) Example: "2023-04-17T05:08:17.085Z" - `messenger_conversations.agent_id` (integer) Example: 4637 ## Response 400 fields