S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Conversation Management

Bulk Import ParticipantsCreate ParticipantGet ParticipantGet Participant EngagementList ParticipantsRemove ParticipantUpdate Participant

Configuration

Analytics & Operations

OpenAPI Specification
API ReferenceParticipants

Get Participant Engagement

GET
/participants/:id/engagement

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Query Parameters

id*string
Formatuuid

Response Body

application/json

curl -X GET "https://samva.app/api/v1/participants/:id/engagement?id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "totalMessages": 0,
  "messagesSent": 0,
  "messagesReceived": 0,
  "activeConversations": 0,
  "lastActivityAt": "2019-08-24T14:15:22Z",
  "channelsUsed": {
    "property1": 0,
    "property2": 0
  }
}

Get Participant

Previous Page

List Participants

Next Page

curl -X GET "https://samva.app/api/v1/participants/:id/engagement?id=497f6eca-6276-4993-bfeb-53cbbbba6f08"