API testing

I Naushad Ansari triyng to test API’s present in API’s reference. but I am getting 403 error in some get and post Methods. can you please tell me the way to solve this issue.
Thanks and regard
Naushad Ansari

1 Like

Sure, you need to authenticate first. Once you authenticate, a cookie is set. You need to pass that cookie back with every request. It’s the standard browser model. Alternatively you can use OAuth, but only with a couple apps: ifttt and reeder.