curl --location --request GET 'https://demo.myshopify.com//admin/api//pages/.json'
{
"page": {
"id": 131092082,
"title": "Terms of Services",
"shop_id": 548380009,
"handle": "tos",
"body_html": "<p>We make <strong>perfect</strong> stuff, we don't need a warranty.</p>",
"author": "Dennis",
"created_at": "2008-07-15T20:00:00-04:00",
"updated_at": "2008-07-16T20:00:00-04:00",
"published_at": "2008-07-15T20:00:00-04:00",
"template_suffix": null,
"admin_graphql_api_id": "gid://shopify/OnlineStorePage/131092082"
}
}