Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks, Sanford!I finally figured out the issue after you pointed to the json content-type being not a valid route.Basically all of the multipart messaging stuff in the example had to be removed (the boundaries, etc.) and only the data posted. After that, Marketo returned a successful response sayin...
I've looked everywhere and can't figure out why I continue to get the following error when attempting to post a json string to this endpoint:https://[redacted].mktorest.com/bulk/v1/customobjects/customFormJson_c/import.json?json=payload&access_token=[redacted] [code] => 612[message] => Invalid Conte...