Rensei docs

Search the plugin registry (public).

Search the plugin registry (public). - Rensei REST API operation reference.

GET
/api/plugins

Query Parameters

q?string

Free-text search query.

provider?string

Filter by provider id.

verb?string

Filter by exposed verb.

status?string

Filter by status (defaults to 'active').

limit?integer

Page size (clamped 1..100).

Range1 <= value <= 100
offset?integer

Result offset.

Range0 <= value <= 9007199254740991

Response Body

application/json

curl -X GET "https://example.com/api/plugins"
{
  "plugins": [
    {
      "property1": null,
      "property2": null
    }
  ],
  "total": -9007199254740991,
  "limit": -9007199254740991,
  "offset": -9007199254740991
}
Empty