Getting Customer's Device Information Shown in Customer Journey

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

  1. /api/v2/externalcontacts/contacts/{contactId}/journey/sessions ; and
  2. /api/v2/journey/sessions/{sessionId}

What are the differenced and which one is more suitable in our use case?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.