Hello,
I’m developing a Next.js application and am using the Ghost CMS as a headless CMS for my content. I’ve been utilizing the Content API to fetch posts, authors, tags, and other content successfully, but I’ve encountered a roadblock when it comes to handling membership tiered content.
When I use the Content API to fetch content it only retrieves public content, while I would need all the content classified by its visibility.
It is a not a good security practice using Admin API (with CUD rights) just to fetch data.
Any help or guidance would be greatly appreciated. Thank you in advance!
Best,
Luis Alberto