Skip to main content
GET
/
v2
/
plugins
/
catalog
List Plugin Catalog
curl --request GET \
  --url https://api.duvo.ai/v2/plugins/catalog \
  --header 'Authorization: Bearer <token>'
{
  "plugins": [
    {
      "name": "<string>",
      "type": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Response

Default Response

plugins
object[]
required