Hi,
Our application will do a data aggregation every half hour to fetch the conversations done in the previous half hour interval. The channel is webmessaging and the same customer can be rejoining the same conversation a several times under the same conversation ID.
The information we need are the customer's browser, country, OS, last URL and world region.
I can see there are 2 endpoints for this
- /api/v2/externalcontacts/contacts/{contactId}/journey/sessions ; and
- /api/v2/journey/sessions/{sessionId}
What are the differenced and which one is more suitable in our use case?