API Gateway v1.0 • Meta Tech Provider VerifiedSign In for API Keys→
REST API Reference & Integration Guides
Developer Documentation
Integrate high-speed Bulk SMS and official Meta WhatsApp Business Cloud messaging directly into your web applications, e-commerce stores, core banking systems, CRMs, or ERPs with a unified credit ledger and real-time Blue Ticks delivery telemetry.
POST/api/v1/integrations/dispatch/single/
Single Direct Message Dispatch
CURL Request
curl -X POST "https://api.ljkmarketingagency.co.ke/api/v1/integrations/dispatch/single/" \
-H "X-API-Key: ljk_live_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{
"channel": "WHATSAPP",
"recipient": "+254710584581",
"template_name": "customer_order_dispatch",
"language_code": "en_US",
"template_variables": ["Jane Doe", "KES 12,500", "Westlands"],
"reference_id": "ORD-9842"
}'Sample JSON Response (HTTP 200 / 201)
{
"success": true,
"message_id": "DV23AZGF0KFG",
"external_reference": "ORD-9842",
"channel": "WHATSAPP",
"recipient": "+254710584581",
"status": "SENT",
"carrier_message_id": "wamid.HBgMNDY...",
"credits_deducted": 2,
"remaining_balance": 1498,
"created_at": "2026-09-07T12:40:28.378Z"
}Ready to Integrate LJK Into Your Application?
Create an API key in 30 seconds and start sending in your staging or production environment.