Using social-flow with whatsapp.local

TypeScript integration

Install
npm install social-flow
Quick start
import Social_flow from 'social-flow';

const client = new Social_flow({ apiKey: "YOUR_API_KEY" });
Get-All-Groups
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://whatsapp.local/groups
Check-Health
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://whatsapp.local/health
Get-Metrics (since v2.21.3)
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://whatsapp.local/metrics
SDK on GitHub 📄 API Docs
SDK
social-flow
TypeScript
API
whatsapp.local
whatsapp.local
At a glance
Language TypeScript
Endpoints55
Base URLhttp://whatsapp.local