---
title: "Get portal categories"
method: GET
path: "/portal-categories"
tags: ["Portal Categories"]
---

# Get portal categories

`GET /portal-categories`

User must have the ENVIRONMENT_DOCUMENTATION[read] permission.

## Response `200`

List of portal categories, sorted alphabetically by title

- PortalCategory[]
  - `id` string, uuid, required — The unique ID of the portal category
  - `title` string, required — The title of the portal category
  - `description` string — The description of the portal category
  - `visible` boolean — Whether the portal category is visible on the portal

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-environments.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-environments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-environments/revisions/b736a7e375df/schema)
