SOLVED

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

Go to solution
bimalbk
Level 2

Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

Hi There,
Is there a way to get the user/lead email calling The Marketo API with filter type= _mkto_trk( Munchkin cookie assigned to user on the browser)

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

1. The value is just the token part

_mch-amxcxc.com-1674222179341-78300

 

2. Include the fields parameter to include more fields in the response.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

That filter type is cookies.

bimalbk
Level 2

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

Hi SanfordWhiteman,

 

Thank you for your quick response.

can you validate below API call


https:example.mktorest.com/rest/v1/leads.json?access_token=a005dsfdsf459d-9655-4847-b4c3-fa0991127ca4:lon&filterType=cookies&filterValues=id:cdcxcx%26token:_mch-amxcxc.com-1674222179341-78300

I got the response below but I need user email 


bimalbk_0-1674229813495.png

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

1. The value is just the token part

_mch-amxcxc.com-1674222179341-78300

 

2. Include the fields parameter to include more fields in the response.

bimalbk
Level 2

Re: Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk

Thank you @SanfordWhiteman  

Now Able to see user email and all information