Access Page Manager API with postman
I want to create and delete pages on this author instance using AEM's page manager API with any automation tool like JMeter or RestAssured but I have no idea, how to do it.
After spending some time on the internet (hitting in the dark), I am able to at settings.xml in .m2/settings.xml from this post - https://www.aemquickstart.in/2017/04/cannot-create-maven-project.html
Also, I have below posts
- Publish/Unpublish Adobe AEM page from Java AEM Replicator API
- Using PageManager API in AEM6/CQ5 page Manager API
- https://www.codota.com/code/java/methods/com.day.cq.wcm.api.Page/getParent page Manager API
But how do I implement them? I don't have any AEM coding experience.
Any reference, tutorial, GitHub project, sample code which can help me in understanding how to API APIs on hosted AEM application?