Skip to main content
GET /conversations Example Request (cURL)
curl -X GET "https://api.visitoai.com/api/v1.0/conversations" \
  -H "Authorization: Bearer YOUR_API_KEY_HERE"
Example Response
{
  "data": [
    {
      "id": "68451506b0fe88f337324c4f",
      "fullName": "Sample User",
      "phoneNumber": "521234567890",
      "createdAt": "2025-10-02T04:43:50.156Z",
      "updatedAt": "2025-11-07T18:29:42.206Z",
      "channel": "WhatsApp"
    },
    {
      "id": "684550deb0fe88f337329cfc",
      "fullName": "Another User",
      "phoneNumber": "351234567890",
      "createdAt": "2025-11-03T04:43:50.156Z",
      "updatedAt": "2025-11-07T18:29:42.206Z",
      "channel": "Instagram"
    }
  ]
}