Interaction API
Introduction
The Interaction API makes it possible to retrieve information about interactions between the user and OpenDialog scenarios. The data is requested for over a time period (from
, to
) and is split by user_id
. Example structure can be seen below.
Please see our Postman documentation of the API for further information.
Bearer Token
To access the API you will need a bearer token associated with a user account in the OpenDialog Tenant you want to extract data from.
To access your bearer token visit the Identity & Security page - accessible by clicking on your username in the bottom left-hand corner.
Last updated