Hi All,
I am new to API's. I am looking for complete syntax of API to create single or multiple leads in Marketo Database.
Note: Sending calls via browser only for now so please provide syntax accordingly.
Regards,
Solved! Go to Solution.
You cannot use the browser to call the REST API. So please start with a proper development environment.
Also, it’s best to explain exactly what you’re trying to achieve, describing your fuller environment, rather than leaping to a specific API endpoint. Otherwise we may have an XY Problem.
Thankyou for replying.
As of now I dont have proper development environment. But I used below URL to access lead from Marketo Database and its working.
<Rest URL>/v1/lead/LeadID.json?access_token=<access_token>
Same way I request url syntax to create lead in Marketo instance database.
I guess that's why not able to access as I am trying to call via browser. Will try again after setting up environment. Thankyou