emfasemfas
Category Trees

List Category Trees

Retrieves a list of all category trees for the organization

GET
/category-trees
Authorization<token>

API key authentication using Bearer token format. Use: Bearer

In: header

Response Body

curl -X GET "https://api.emfas.ai/v1/category-trees"
{
  "result": [
    {
      "id": "a1b2c3",
      "name": "Electronics"
    }
  ]
}
{
  "error": "Internal server error"
}
{
  "error": "Internal server error"
}