Marketo API To GET User email using filter type: Munchkin cookie _mkto_trk | Community
Skip to main content
Level 2
January 20, 2023
Solved

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

  • January 20, 2023
  • 1 reply
  • 2163 views

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)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
Level 10
January 20, 2023

That filter type is cookies.

BimalBkAuthor
Level 2
January 20, 2023

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 


 

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
January 20, 2023

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.