---
title: "Get all available business categories"
method: GET
path: "/customer/discovery/categories"
tags: ["Discovery"]
---

# Get all available business categories

`GET /customer/discovery/categories`

Retrieve a list of all business categories that have businesses.
This endpoint is used to populate category filters and navigation.

## Response `200`

`CategoryResource`

- object
  - `data` CategoryResource, required
    - `value` string, required
    - `label` string, required
    - `business_count` string, required

## Other responses

- `401` — Unauthenticated

---

[API](https://skmtc.dev/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.dev/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/revisions/ee945e6d6db7/schema)
