API ReferenceAnalytics
Get Top Participants
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
startDate?string
Format
date-timeendDate?string
Format
date-timelimit?number
Default
10Range
1 <= value <= 100sortBy?unknown
Default
"total"Value in
"sent" | "received" | "total"Response Body
application/json
curl -X GET "https://samva.app/api/v1/analytics/top-participants"[
{
"id": "string",
"name": "string",
"email": "string",
"phone": "string",
"messageCount": 0
}
]