Skip to main content
GET
List all categories

Authorizations

Authorization
string
header
required

Pass your API key as: Authorization: Bearer <API KEY>.

User-Agent
string
header
default:BosscartDocs/1.0
required

Client identifier sent with requests from the documentation playground.

Query Parameters

parent
integer

List only direct sub-categories of the provided parent.

Example:

12

Response

200 - application/json

A list of store categories.

id
integer

Unique identifier.

Example:

1

name
string

The name of the category.

Example:

"Doors"

url
string

The category URL (handle) in your store.

Example:

"doors"

parentCategory
integer | null

Parent category ID. 0 (or null) if this is the root category.

Example:

0

Last modified on September 2, 2026