API ReferenceEmail
Get Email Stats
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
startDate?string
Format
date-timeendDate?string
Format
date-timeResponse Body
application/json
curl -X GET "https://samva.app/api/v1/email/stats"{
"totalSent": 0,
"totalDelivered": 0,
"totalBounced": 0,
"totalComplained": 0,
"deliveryRate": 0,
"bounceRate": 0,
"complaintRate": 0
}