While Testing GET api url from post man, with No Auth, Still getting error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:00 AM
While Testing GET api url from post man, with No Auth, Still getting error .
error": {
"message": "User Not Authenticated",
"detail": "Required to provide Auth information"
},
"status": "failure"
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:42 AM
Hi @shashanksha!
You would need to authenticate in order to make your GET api Call. Please try using Basic Authentication, provide username and password and it should work if the user used to authenticate is having the needed privileges.
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.