Skip to main content

Page Details

The "Page Details" API enables easy retrieval of comprehensive information for specific e-commerce website pages like "privacy-policy," "about-us," or "terms-and-conditions," enhancing user understanding when clicking on footer links.

Path Parameters
slug string REQUIRED
Example: about-us
Header Parameters
Content-Type string
Example: application/json
Referer string
Example: https://doc.withsupercommerce.com
lang integer

1 = English, 2 = Arabic

Example: 1
Responses
200

OK

Schema OPTIONAL
object
GET /customer/pages/:slug
slug — path
Content-Type — header
Referer — header
lang — header
https://docapi.withsupercommerce.com/api
curl -L 'https://docapi.withsupercommerce.com/api/customer/pages/:slug' \
-H 'Accept: application/json'