---
title: "List All Categories for a Subdomain"
method: GET
path: "/program-categories/{subdomain}"
---

# List All Categories for a Subdomain

`GET /program-categories/{subdomain}`

Retrieve a list of all the category documents at a given `subdomain`. Valid query keys are: `fields`, `offset`, and `limit`.

## Query parameters

- `fields?` string
- `offset?` integer
- `limit?` integer

## Response `200`

- CategoriesResponse
  - `data` object[], required
    - `type` string, required
    - `id` string, required
    - `attributes` object, required
      - `color` string, required
      - `description` string, required
      - `image` string, required
      - `name` string, required
      - `slug` string, required
      - `subdomain` string, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/versions/fc66b9877391/schema)
