API ReferenceParticipants
Get Participant Engagement
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
id*string
Format
uuidResponse 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
}
}