SOLVED

SFDC / API call necessity

Go to solution
Geoff_Krajeski1
Level 10 - Champion Alumni

I have a developer who is looking for a way to find the SFDC ID value from the Marketo API.

"I want to know in Marketo on which filed the SFDC ID will store"

Can someone please help

Tags (2)
1 ACCEPTED SOLUTION
Kenny_Elkington
Marketo Employee

Depends on which one you're looking for, but in the REST API, they're called sfdcLeadId, sfdcContactId, and sfdcAccountId.  The best way to get field names for the APIs is by going the the Describe Lead Method: http://developers.marketo.com/documentation/rest/describe/

View solution in original post

3 REPLIES 3
Kenny_Elkington
Marketo Employee

Depends on which one you're looking for, but in the REST API, they're called sfdcLeadId, sfdcContactId, and sfdcAccountId.  The best way to get field names for the APIs is by going the the Describe Lead Method: http://developers.marketo.com/documentation/rest/describe/

Geoff_Krajeski1
Level 10 - Champion Alumni

Thank you.  sfdcleadid was the one my developer was looking for.

Grégoire_Miche2
Level 10

Hi Kenny,

You can also export all fields REST and SOAP API names in Admin -> field management -> Export field names, in 1 minute and without a developer

Greg