emfasemfas
Category Trees{treeId}Categories{identifier}

Get Category in Tree

Retrieves a single category by its identifier within a specific tree

GET
/category-trees/{treeId}/categories/{identifier}
Authorization<token>

API key authentication using Bearer token format. Use: Bearer

In: header

Path Parameters

treeIdstring

Category tree identifier

identifierstring

Category identifier

Response Body

curl -X GET "https://api.emfas.ai/v1/category-trees/string/categories/string"
{
  "result": {
    "displayName": "Electronics",
    "identifier": "electronics",
    "name": "Electronics",
    "parentId": "parent-cat-123",
    "treeId": "my-tree-123"
  }
}
{
  "error": "Internal server error"
}
{
  "error": "Internal server error"
}
{
  "error": "Internal server error"
}