---
title: "List every first-party enterprise plugin in the catalog"
method: GET
path: "/v1/enterprise-plugins"
tags: ["Enterprise Plugins"]
---

# List every first-party enterprise plugin in the catalog

`GET /v1/enterprise-plugins`

## Response `200`

- EnterprisePluginPublicListDto
  - `items` EnterprisePluginPublicDto[], required
    - `slug` string, required — URL slug — unique identifier used on detail routes.
    - `packageName` string, required — Fully qualified npm package name.
    - `name` string, required
    - `tagline` string, required
    - `description` string, required — Multi-paragraph plain-text description; double newlines split paragraphs.
    - `benefits` string[], required
    - `whenToUse` string, required
    - `categories` EnterprisePluginCategory[], required — One or more categories the plugin belongs to. The grid filter matches when any entry matches, and each entry renders as a chip on the detail page. Order is significant — the first entry is the canonical category.
    - `icon` string, required — Lucide icon name, resolved dynamically in the portal.
    - `docsUrl` string, nullable, required — External documentation URL. Null while no per-plugin docs page exists yet — clients should suppress "View docs" affordances.

## Other responses

- `400` — Validation failed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/vendure/apis/vendure-io-api-public.md) · [All operations](https://skmtc.net/vendure/apis/vendure-io-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vendure/vendure-io-api-public/revisions/5fc4757128af/schema)
