How to access Pages v3 REST API via conrerstone?
ArshadVayani opened this issue · 2 comments
ArshadVayani commented
Hi, I am trying to get child web pages of a parent page so that I could display those child pages in a menu dynamically. I thought about using Pages v3 API but it looks like we can't access it via frontend. Is there any alternative API that could be used to access page objects in the Cornerstone theme?
This is the API endpoint I am trying to access:
https://developer.bigcommerce.com/api-reference/4f43c76e8b328-get-a-page
BC-krasnoshapka commented
hi @ArshadVayani
there is no existing solution for using manage APIs in Cornerstone to my knowledge.
sacr3dc0w commented
One possible solution is that you could build a serverless app that you connect with using JavaScript.