---
title: "Controller Get Categories All Places"
method: POST
path: "/location-intelligence/categories-all-places"
---

# Controller Get Categories All Places

`POST /location-intelligence/categories-all-places`

Get all places under provided categories

## Request body

- LocationIntelligenceCategoriesPlacesPayload
  - `categories` string[], required — categories to search places for.
  - `zip_codes` string[], nullable — limit search to zip_codes.

## Response `200`

Successful Response

- CategoryWithPlaces[]
  - `category` string, required — The category name
  - `places` string[], required — The places in the category

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akk/apis/fastapi.md) · [All operations](https://skmtc.net/akk/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akk/fastapi/versions/6662a407c637/schema)
