GET Category

Retrieves a specific Category by its Id (UUID) or Code (string)

Response

FieldTypeDescription
idGuidUnique identifier of the category.
codeStringCategory code used for identification.
nameStringName of the category.
descriptionStringDescription of the category.
isActiveBooleanIndicates whether the category is active.
parentIdGuid/nullID of the parent category. null for top-level categories.
orderIntDisplay order of the category among siblings.
urlStringSlug or address path of the category.
iconUrlStringURL of the icon associated with the category.
imageUrlStringURL of the main image for the category.
hexColorHexadecimalHexadecimal color associated with the category.
childrenArrayList of nested child categories. Each child has the same schema.
clientIdStringIdentifier of the client associated with this category.
createDateDateTimeTimestamp of when the category was created.
lastUpdateDateTimeTimestamp of the last update made to the category.
Language
Credentials
OAuth2
URL