---
title: "List all categories in the dataset"
method: GET
path: "/{apiKey}/api/categories"
tags: ["Categories"]
---

# List all categories in the dataset

`GET /{apiKey}/api/categories`

## Path parameters

- `apiKey` string, required

## Response `200`

OK

- GeoDataGroup[]
  - `id` string, nullable
  - `key` string, nullable
  - `name` object, nullable
  - `icon` string, nullable
  - `imageUrl` string, nullable
  - `properties` object, nullable

## Other responses

- `400` — BadRequest
- `401` — Unauthorized. User needs to login first.
- `404` — NotFound

---

[API](https://skmtc.net/mapsindoors/apis/integration-api.md) · [All operations](https://skmtc.net/mapsindoors/apis/integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mapsindoors/integration-api/revisions/7f2454dc70d5/schema)
