S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

Api referenceWhatsapp

Get WhatsApp Stats

GET
/whatsapp/stats

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Query Parameters

startDate?string
Formatdate-time
endDate?string
Formatdate-time

Response Body

application/json

curl -X GET "https://samva.app/api/v1/whatsapp/stats"
{
  "totalSent": 0,
  "totalDelivered": 0,
  "totalRead": 0,
  "totalFailed": 0,
  "deliveryRate": 0,
  "readRate": 0,
  "failureRate": 0
}
curl -X GET "https://samva.app/api/v1/whatsapp/stats"