---
title: "Privacy disclosure status for an installed plugin"
method: GET
path: "/api/plugin/{RepoName}/privacy"
tags: ["plugin"]
---

# Privacy disclosure status for an installed plugin

`GET /api/plugin/{RepoName}/privacy`

What the operator accepted at install, what the next upgrade would land, and whether the two differ in a way that re-shows the install dialog. Reads the already-fetched upstream tip (or versions[] pin); call `POST /plugin/{RepoName}/updates` first to fetch. `?target=reinstall` diffs the block a Reinstall would land (the versions[] branch and pin selected for this FPP) instead of the one `…/upgrade` would (origin/<checked-out branch>, or its pin while the clone is at or behind it), and adds `reinstallTarget: {branch, sha}`, the server's choice, for the page to post.

## Response `200`

Privacy status

- object

## Changes

- **2026-09-15** `a923e87eff94` — 1 warning
  - deleted the `query` request parameter `target`
- **2026-09-13** `cce5c6b943c8` — 1 info
  - added the new optional `query` request parameter `target`
- **2026-09-12** `12a66a06ae06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/:RepoName/privacy/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc.dev/falconchristmas/apis/fpp-api/revisions/ec7312fb5f8d?raw)
