Skip to content

List all categories

GET
/categories
limit
integer format: int32
nullable <= 50

How many categories to return at one time (max 100)

offset
integer format: int32

The number of categories to skip before starting to collect the result set

A paged array of categories

Array<object>
<= 100 items
object
id
required
integer format: int64
name
required
string
parent
object recursive
children
Array<object> recursive

Unexpected error

object
code
required
integer format: int32
message
required
string