Retrieve Contact ID via Visitors Lookup using GUID
Hello,
I'm trying to retrieve my Eloqua Contact ID using the REST API.
When I make the following call:
I receive the following response:
{
"elements": [
{
"type": "VisitorViewData",
"visitorId": "46152666",
"createdAt": "1597693389",
"V_IPAddress": "xx.****.xx.****",
"V_LastVisitDateAndTime": "1598887407",
"externalId": "8ccfdc96-f61b-4986-a55b-f428cbd0ace2",
"currentStatus": "Awaiting action"
}
],
"page": 1,
"pageSize": 1000,
"total": 1
}
Unfortunately I don't see the contact id value being returned in the response. Do I need to make another REST call with the VisitorId value in order to get my Contact Id value?
Tagged:
0