taikutaiku
User GuidePluginsAPI Reference
GET
/v1/plugins/registry

This endpoint is reserved for a remote registry. The current server implementation returns 404 and clients fall back to /plugins/registry.json.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

text/plain

curl -X GET "https://example.com/v1/plugins/registry"
{  "version": 0,  "updatedAt": "string",  "categories": [    "string"  ],  "plugins": [    {}  ]}