Is it possible, via either the admin API or the content API, to retrieve a site’s navigation settings?
Context: I’m attempting to exactly replicate the primary nav menu in the header of a subsite that’s built on an entirely different platform (nextjs), but given that I’m already pulling in information to that site from Ghost over the API, it would be nice to not have to statically or separately manage this menu.
I don’t see any methods in the official docs, but perhaps there’s something hiding under the hood?