While Testing GET api url from post man, with No Auth, Still getting error

shashanksha
Tera Contributor

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"
 
shashanksha_1-1742292032331.png

 


 

10 REPLIES 10

Medi C
Giga Sage

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.  


Thanks & Best regards,
Medi