Skip to content

List blog posts

GET
/api/v1/business/website/blog/

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

Query Parameters

category

Filter by category (case-insensitive).

Type
string
featured

Pass true to return only featured posts.

Type
string
Valid values
"true"
limit

Max posts to return (hard cap 100).

Type
integer
Maximum
100

Responses

Blog posts.

application/json
JSON
{
  
"status": true,
  
"status_code": 0,
  
"message": "string",
  
"data": {
  
  
"items": [
  
  
],
  
  
"next_cursor": "string",
  
  
"has_more": true
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

© Periscale