Skip to main content
GET
Retrieve a list of categories and subcategories

Response

Successfully retrieved categories

idx
integer

Unique identifier of the category

Example:

1

name
string

Name of the category

Example:

"Ranks"

active
boolean

Indicates if the category is active

Example:

true

description
string

Description of the category

Example:

"Available Ranks for Store."

url
string

URL slug for the category

Example:

"/categories/ranks"

img
string | null

URL of the category image, or null if not set

Example:

"/img/categories/1.png"

subcategories
object[]