get
https://{subdomain}.myshoplaza.com/openapi/2025-06/pages/store-pages/info
Requireswrite_shop_navigationaccess scope.
The Get Page By URL API retrieves detailed information about a specific page within a store based on its URL.
This API is especially useful for:
- Fetch page details using a target URL as the identifier.
- Check SEO optimization status of specific pages.
Request Parameters
Public Request Parameters
Query Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
url | string | No | target URL as the identifier. | ’‘ |
Response Description
Public Response Fields
Success Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | "success" | Status code of the response |
message | string | Descriptive message of the response | |
data.page.id | integer | 12345 | Unique ID of the page. |
data.page.store_id | integer | 67890 | Store ID to which the page belongs. |
data.page.title | string | About Us | The title of the page. |
data.page.updated_at | string | 2023-10-15T14:30:00Z | Timestamp of the last update. |
data.page.url | string | /about-us | URL of the page. |
data.page.meta_keywords | array | ["company", "about", "team"] | SEO keywords for the page. |
data.page.meta_description | string | Learn more about our company and team. | SEO description of the page. |
data.page.independent_seo | boolean | true | Whether SEO is managed independently. |
data.page.origin | string |
Error Response
| Field | Type | Example | Description |
|---|---|---|---|
code | string | InvalidParameter | Error http message |
message | string | `` | Error message |
