v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBCategories
List categories
Returns every category configured for the company, both top-level and child categories. The list is not paginated. Categories are created and managed in the Embat application; this API only reads them.
get/categories/{companyId}
Path parameters
companyIdstring required
Response
Successful Response
Example response
{
"data": [
{
"name": "Providers"
}
]
}