Hello, my api calls are acting up and wont return anything. I used postman/vs code/ reg. IDE. and got 400 series...I finally found that green sign yesterday saying (200 OK)...but I couldn't make POST or GET requests
e
Eric B
02/23/2022, 9:41 PM
You’ll have to provide more detail than that. What API call are you making? What endpoint is it hitting?
j
jack
02/23/2022, 9:59 PM
The client gave us a reslet endpoint and provided 4 id/secrets.
jack
02/23/2022, 10:00 PM
I was told by someone today that i will need a script and deploy ID ...if it is a restlet
b
battk
02/24/2022, 3:18 PM
restets are a general servlet interface
battk
02/24/2022, 3:19 PM
the only thing we would really be able to help you with is sending the correct authentication details to the correct url
battk
02/24/2022, 3:19 PM
the parameters used by the restlet are chosen by whoever wrote the restlet
j
jack
02/24/2022, 5:13 PM
Thank you @Eric B and Thank you @battk - Ok I am going to receive the correct params and IDs this week *I hope.