---
title: "Plugin detail by slug (APPROVED only)"
method: GET
path: "/v1/plugins/{slug}"
tags: ["Public Plugins"]
---

# Plugin detail by slug (APPROVED only)

`GET /v1/plugins/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

- PluginPublicDto
  - `id` string, uuid, required
  - `packageName` string, required
  - `slug` string, required
  - `name` string, required
  - `description` string, nullable, required
  - `registry` string, required
  - `repositoryUrl` string, nullable, required
  - `iconUrl` string, nullable, required
  - `downloadCount` number, required
  - `latestVersion` string, nullable, required
  - `lastPublish` string, date-time, nullable, required
  - `compatibility` string, nullable, required
  - `readme` string, nullable, required — Markdown readme
  - `changelog` string, nullable, required — Markdown changelog
  - `docs` string, nullable, required — Markdown docs
  - `metadataVersion` string, nullable, required — The npm version the markdown was sourced from. `null` when the package has not yet been synced from npm.
  - `partnerId` string, uuid, nullable, required
  - `categories` string[], required — Category codes
  - `createdAt` string, date-time, required

## 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)
