Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

https://secure.p01.eloqua.com/api/REST/2.0/data/visitors?search=externalId=8CCFDC96F61B4986A55BF428CBD0ACE2

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!