Appearance
Introspect
Description
A simple module to offer some insight into active modules. Currently, this is the only feature but this might be expanded in the future.
API
Get Module Names
Returns all active module names.
GET
/api/v1/introspect/modules
Access
This endpoint requires read
permission for the resource introspect.modules
.
Query Parameter
Name | Description |
---|---|
unusedboolean optional | Returns the unused modules rather than the used modules. |
Response
Name | Description |
---|