Get Material Category
Returns a single material category by ID, including nested subcategories.
Requires scope: categories:read
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Category ID.
Response
This endpoint returns an object.
id
Unique identifier for the category.
name
Display name of the category.
subCategories
Immediate child categories nested under this category.
type
Category type classification.
parentId
ID of the parent category, if this is a sub-category.
updatedAt
ISO 8601 timestamp when the record was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Rate Limit Error