Besides the absolute path, we need the path, because the absolute path is tied to the CMS while the relative path is independent from the backend. **Proposed solution** - follow pattern and naming from `pages` endpoint ```json "path": "subpage", "absolute_url": "http://localhost:8080/subpage", ```