Page show
Get page by GET Method with filter function customized option for you. below list of route with parameter
https://ecom.coderorbit.com/api/page/{{slug}}
headers:{
"Accept": "application/json",
"App-Master-Key": `${app_token}`
}
Result
{
"id": 46,
"unique_id": "Mvc4MMr4abBJZmr",
"name": "Privacy Policy",
"slug": "privacy-policy",
"description": "",
"status": 1, // 0 | 1
"layout": 0,
"extend_props": [
{
"field_name": "website_link",
"value": "coderorbit.com"
}
],
"created_by": {
"id": 1,
"name": "Admin"
},
"updated_by": {
"id": 1,
"name": "Admin"
},
"created_at": "2025-01-30T05:33:59.000000Z",
"updated_at": "2025-01-30T05:46:15.000000Z",
"props": [
{
...
}
]
}