Skip to content

Get a page by slug

GET
/api/v1/business/website/pages/{slug}/

Looks up by slug first, falling back to the page type (e.g. home, collection).

Authorizations

apiKey

Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.

Type
API Key (header: X-Periscale-Key)

Parameters

Path Parameters

slug*
Type
string
Required
Example"about"

Responses

The page.

application/json
JSON
{
  
"status": true,
  
"status_code": 0,
  
"message": "string",
  
"data": "string"
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

© Periscale