Get Page Details

Retrieve details of a specific page using its unique identifier.

🔒

Requires read_shop_navigation access scope. More access scope

The Get Page Details API retrieves the detailed information of a specific page by its unique ID.

This API is especially useful for:

  1. Fetching the complete content and metadata of a page for editing or viewing.
  2. Debugging or auditing page details.
  3. Automating workflows that require specific page information.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
idstringYesThe ID of the page.15979

Response Explanation

Public Response Parameters

📘

Successful Response

FieldTypeDescriptionExample
codestring"success"Status code of the response
messagestringDescriptive message of the response
data.idintUnique ID of the page.15979
data.titlestringTitle of the page."Test"
data.contentstringHTML content of the page."<p>Welcome to my page!</p>"
data.statusintStatus of the page (1 for active).1
data.created_atstringTimestamp of when the page was created."1714377813"
data.updated_atstringTimestamp of the last update."1714377813"
data.urlstringURL of the page."/pages/test1"
data.meta_titlestringSEO title of the page."Test"
data.meta_keywordstringSEO keywords for the page.""
data.meta_descriptionstringSEO description of the page."Welcome to my page!"
data.independent_seobooleanWhether SEO is managed independently.false

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!