Introduction

Visitor Data API allow to send any information about a website visitor that your systems have to our Visitor Journey Module displayed to agents.

API Functions

GetData

The GetData method enables the retrieval of visitor-related data associated with user.

Request Structure:

Parameters:

Headers:

It is recommended to include the following headers:

Example Usage:

curl --location '<https://visitordataapi.trueengage.com/VisitorData/GetData/130/dddcaf8a-efa0-4db4-b0b8-7f261e01c81d/false>' \\
--header 'X-TrueEngage-ApiKey: XXX'

This example demonstrates how to retrieve data for a specific visitor identified by {visitorId}, associated with the account identified by {accountId}, without including sensitive data.

SaveData

The SaveData method enables the saving of visitor-related data associated with user interactions on a website.