---
title: "Get plugin info from URL"
method: POST
path: "/api/plugin/fetchInfo"
tags: ["plugin"]
---

# Get plugin info from URL

`POST /api/plugin/fetchInfo`

Server-side proxy for fetching a `pluginInfo.json` from a remote URL. Used to retrieve plugin repository info without CORS issues, and to authenticate against private GitHub repositories using credentials configured on the Developer settings page.

## Request body

- object

## Response `200`

Plugin info fetched from remote URL

- object

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/76b02501e0ae/schema)
