---
title: "GET /categories"
method: GET
path: "/categories"
tags: ["Category"]
---

# GET /categories

`GET /categories`

Get the list of all content categories.

## Query parameters

- `pageSize` string
- `page` string

## Response `200`

200 response

- CategoryList
  - `categories` CategoryListCategoriesItem[]
    - `id` integer
    - `name` string
    - `url` string
  - `page` integer
  - `pageSize` integer
  - `noOfPages` integer
  - `total` integer

## Other responses

- `404` — 404 response
- `500` — 500 response

---

[API](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production.md) · [All operations](https://skmtc.net/hubhopper/apis/hubhopper-partner-integration-api-s-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubhopper/hubhopper-partner-integration-api-s-production/versions/6b96d896e717/schema)
