Skip to main content

GET /v1/categories/{id}

Scope

read_items

Request parameters

NameInTypeRequiredDescription
idpathintegeroptional

Response example

{
"data": {
"id": "1",
"parent_id": "string",
"name": "string",
"status": "active",
"sort": 0
}
}

Description

Get a category

Error response example

{
"error": {
"code": "insufficient_scope",
"message": "requires scope 'read_orders'",
"request_id": "req_01H..."
}
}

Possible errors: 401 / 403 / 404