Returns categories for a given company, or a single category by slug.
Lookup modes:
slug — returns the single matching categorycompany_domain or company_id — returns all categories for that companyAt least one of company_domain, company_id, or slug is required.
Documentation Index
Fetch the complete documentation index at: https://docs.sacra.com/llms.txt
Use this file to discover all available pages before exploring further.
Authenticate using one of two formats:
Token <your-token>Bearer <your-jwt>Fully qualified company domain (e.g. figma.com). Required if company_id and slug are not given.
Company ID (e.g. 101). Required if company_domain and slug are not given.
Category slug to look up directly (e.g. design).