GET /public/catalog/categories — Returns the full catalog category hierarchy grouped by industry, including sub-categories and image URLs where available.
Retrieves the complete category tree from the Portal.io catalog. The response is an array of top-level industry objects, each containing a nested categories array with their child categories and optional image URLs. Sub-categories may themselves contain additional subCategories arrays. Use the id values from this response as CategoryId or ParentCategoryId filters when searching catalog items.
The Catalog endpoints require separate authorization. Contact your Portal.io representative to confirm your account has catalog API access enabled.