memeuu 12 Posted January 5, 2019 Report Share Posted January 5, 2019 *I am new to the world of API and am not an expert in programming in general. I am looking to sell a few bots at warriorplus and jvzoo.I was looking through API from warriorplus and their documentation seems so straightforward and easy to comprehend: https://warriorplus.com/api/docs/I can easily request via URL with parameters like this and view products that a customer have purchased from me. I just need to input the customer email and my api keyhttps://warriorplus.com/api/v2/sales/?email=CUSTOMER_EMAIL&apiKey=MYAPIKEYNow at JVZOO API documentation: https://api.jvzoo.com/docs/versions/v2.0.htmlI have no idea how to do this. I'm not sure what the api key parameter is.Can you shed some light with some examples of how to make a URL request with the proper parameter using JVZOO api?I don't want to use CURL, I just want a simple URL request with the appropriate parameters to view customer orders with their email and apikey (just like with warriorplus api).Thank you for your help! Quote Link to post Share on other sites
HelloInsomnia 1103 Posted January 6, 2019 Report Share Posted January 6, 2019 Maybe try this if you are using http post: plugin command("HTTP post.dll", "http set credential", #apiKey, "x") Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.