Retrieves the content of a storefront page using its slug.This endpoint is typically used to:
Render static or CMS-driven pages (e.g., About Us, Privacy Policy)
Load SEO-friendly page content dynamically
Power custom storefront routing
Request
Path Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.zid.sa//pages/about-us'
Responses
š¢200Success
application/json
Body
Example
{"id":12,"title":"About Us","content":"<p>Welcome to our store</p>","slug":"about-us","seo":{"title":"About Our Store","description":"Learn more about our store and our mission.","property1":"string","property2":"string"},"priority":1,"metafields":[],"updated_at":"2025-01-10T14:30:00Z","property1":"string","property2":"string"}