Skip to main content

Quick Example

// Retrieve conversation messages
const response = await fetch(
  'https://api.flowiq.live/conversations?tenantId=YOUR_TENANT_ID&whatsappNumber=27123456789&limit=10',
  {
    headers: {
      'Authorization': 'Bearer YOUR_BEARER_TOKEN'
    }
  }
);

const data = await response.json();
console.log('Messages:', data.messages);
console.log('Total:', data.pagination.totalMessages);

Get started in seconds

Connect your WhatsApp and instantly access complete conversation history, contact management, and analytics data through our REST API.

API Capabilities

Message Retrieval

Access complete conversation history with pagination and search

Contact Management

List, search, and manage your WhatsApp contacts

Analytics Ready

Structure data for business intelligence and reporting

Real-time Access

Retrieve the latest conversation data via REST API

Getting Started

1

Create FlowIQ Account

Sign up at app.flowiq.live and connect your WhatsApp
2

Get API Credentials

Navigate to Settings → API Keys to get your bearer token and tenant ID
3

Connect WhatsApp

Link your WhatsApp number through the dashboard
4

Start Coding

Use the API to retrieve conversations and build integrations
Hero Light

Documentation