# Customer/:id/whatsapp_conversations Obtén la conversación de Whatsapp del cliente por ID Endpoint: GET /retailers/api/v1/customers/:id/whatsapp_conversations Version: 1.0.0 Security: api-key ## Query parameters: - `page` (number) Busca la página específica de conversaciónes - `results_per_page` (number) Selecciona el número de mensajes que serán visualizados por página ## Response 200 fields (application/json): - `whatsapp_conversations` (array) - `whatsapp_conversations.id` (string) Example: "false_5219997466670@c.us_3A581ECA7FABCA92B2FE" - `whatsapp_conversations.status` (string) Example: "read" - `whatsapp_conversations.direction` (string) Example: "inbound" - `whatsapp_conversations.channel` (string) Example: "whatsapp" - `whatsapp_conversations.message_type` (string) Example: "conversation" - `whatsapp_conversations.message_identifier` (string) Example: "msg_123456789" - `whatsapp_conversations.created_time` (string) Example: "2023-06-13T19:59:04.000Z" - `whatsapp_conversations.replied_message` (string) Example: "Hello, how can I help you?" - `whatsapp_conversations.filename` (string) Example: "image123.jpg" - `whatsapp_conversations.content_type` (string) Example: "media" - `whatsapp_conversations.content_text` (string) Example: "This is a sample text message." - `whatsapp_conversations.content_media_url` (string) Example: "https://example.com/media/image123.jpg" - `whatsapp_conversations.content_media_caption` (string) Example: "Check out this image!" - `whatsapp_conversations.content_media_type` (string) Example: "sticker" - `whatsapp_conversations.content_location_longitude` (string) Example: "-99.1332" - `whatsapp_conversations.content_location_latitude` (string) Example: "19.4326" - `whatsapp_conversations.content_location_label` (string) Example: "Zócalo CDMX" - `whatsapp_conversations.content_location_address` (string) Example: "Plaza de la Constitución, Centro, Ciudad de México" - `whatsapp_conversations.account_uid` (string) Example: "false_5219997466670@c.us_3A581ECA7FABCA92B2FE" - `whatsapp_conversations.contacts_information` (string) Example: "[{\"name\": \"John Doe\", \"phone\": \"+5219997466670\"}]" - `whatsapp_conversations.error_code` (string) Example: "ERR_001" - `whatsapp_conversations.error_message` (string) Example: "Invalid media type" - `total_pages` (integer) Example: 1 ## Response 400 fields ## Response 404 fields