Retrieve Plugin Schema
GET {{gateway}}/plugins/schema/:pluginName
Retrieve Plugin Schema konghq
- Retrieve the schema of a plugin’s configuration. This is useful to understand what fields a plugin accepts, and can be used for building third-party integrations to the Kong’s plugin system.
| Attributes | Mandatory | Description | 
|---|---|---|
| plugin name | required | The Plugin name to retrieve | 
RESPONSES
status: OK
{"fields":{"hide_credentials":{"default":false,"type":"boolean"},"key_names":{"default":"function","required":true,"type":"array"}}}