List category trees
Returns all category trees for the organization.
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"
}