Hello, my api calls are acting up and wont return ...
# general
j
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
You’ll have to provide more detail than that. What API call are you making? What endpoint is it hitting?
j
The client gave us a reslet endpoint and provided 4 id/secrets.
I was told by someone today that i will need a script and deploy ID ...if it is a restlet
b
restets are a general servlet interface
the only thing we would really be able to help you with is sending the correct authentication details to the correct url
the parameters used by the restlet are chosen by whoever wrote the restlet
j
Thank you @Eric B and Thank you @battk - Ok I am going to receive the correct params and IDs this week *I hope.