Is it possible for logged out users to access frappe REST API?

Hi All,

Is it possible for logged out users to access frappe REST API?
Tried this API of my site: https://mybesite/api/resource/Academic%20Department and it says: You do not have enough permissions to complete the action

I’m using a logged out user.

Thanks

Hi @tabatsoy:

Tried to give Guest permission to your DocTypes?

Hope this helps.

HI @avc,

Yes, permission for the doctypes are for All

Give explicit permission to “Guests”, it works …

I have added Guest in doctype and still no luck

I used the Password based authentication in rest API instead of Token