TFDi Design Icon
TFDi Design
Plugin Creation GuideLocal API ReferencePlugins

Retrieve a list of all currently available custom plugin API endpoints

GET
/api/plugins

Response Body

application/json

curl -X GET "http://localhost:7172/api/plugins"
[
  {
    "method": "GET",
    "path": "string",
    "description": "string"
  }
]