Posting URL

Anonymous
Not applicable
Does anyone know where I can find a posting URL for a vendor?

I am working with an external vendor who is providing leads to me. They need a posting URL (maybe specifically for a form) that they will tell their server to talk to. Does anyone know how I can find that informatoin?

Thank you
Tags (1)
4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni
Tell them to look at developers.marketo.com
SanfordWhiteman
Level 10 - Community Moderator
That's right, they do not go in the URL.  The form is submitted using the POST method so they go into the body of the request.
Anonymous
Not applicable
Excellent. I have that. I have my 'formid' and i have my 'munchkinId' as well. 

Those two elements don't go in the URL though correct?
SanfordWhiteman
Level 10 - Community Moderator
The POST URL for a form is https://<instance>.marketo.com/index.php/leadCapture/save2 where <instance> is, for example, app-ny99.

They also need to include the form's numeric `formid` and your personal `munchkinId` to pair their data with the underlying form.

I hope they know what they're doing as they should've known where to find this if they're used to working with Marketo as a destination for non-Marketo-created forms.