API ReferenceEmail
Get Thread Counts
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Response Body
application/json
curl -X GET "https://samva.app/api/v1/email/threads/counts"{
"totalThreads": 0,
"activeThreads": 0,
"resolvedThreads": 0,
"archivedThreads": 0,
"threadsLast7Days": 0,
"threadsLast30Days": 0
}