#How can we restrict actions on dashboard while allowing it by API ?
5 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Are you using the local api on the front end?
First restrict it with false as you need, then you can create an endpoint on the collection level, the req.payload.create() will bypass the access. Then just fetch, it from the front just make sure you verify the user if needed.
thanks that worked