Skip to main content
April 30, 2015
Question

Posting URL

  • April 30, 2015
  • 4 replies
  • 3150 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

SanfordWhiteman
Level 10
April 30, 2015
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.
April 30, 2015
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
April 30, 2015
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.
Josh_Hill13
Level 10
April 30, 2015
Tell them to look at developers.marketo.com