Skip to content

List categories

GET
/api/v1/business/website/categories/

Home-page categories (if any are flagged for the home page, ordered by their sort order), otherwise all store categories. Cached ~10 minutes.

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

Responses

Store categories.

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

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

© Periscale