I have an existing Next.js project with marketing pages, auth, and custom functionality…and I want to use Strapi as the CMS for my blog.
I have a couple demo articles setup in my Strapi Cloud account that I can see in my Admin portal.
Question: What Endpoint do I need to query using my API Key to get that data into my Next.js app? Or is this not possible?
This is an example of the Strapi Cloud hosted URL. (https://creative-cats-cccffffccc.strapiapp.com).
Any tips would be greatly appreciated.