Returns all pages for the authenticated user, including their position and visibility status. Also returns the remaining page quota based on the current subscription plan.
Request
Authorization
OAuth 2.0
Authorization Code
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
{"status":true,"data":{"pages":[{"page_id":"PAGE_ABOUT_6612a3b4c5d6e","title":"My About Page","url":"about-me","position":1,"is_hidden":false}],"remaining_pages":7,"max_pages":10}}