Course lesson
Set up API End User Permissions to Make REST Queries in Strapi
We have a problem right now in that if you were to try and fetch these posts from the API, you would get a 403 error. And that's because we haven't set up the end user permissions for the API to be able to access this content. So let's go ahead and do that...
- Duration
- 1 min
- Access
- Included
- Transcript
- Retained from source evidence
We have a problem right now in that if you were to try and fetch these posts from the API, you would get a 403 error. And that's because we haven't set up the end user permissions for the API to be able to access this content. So let's go ahead and do that now.
We'll modify the User permissions for the Post role and give public access to find and findOne.