Extensions
List Extensions
List the installed extensions and their configuration in the project.
get/extensions
Response
Successful request
Example response
{
"data": [
{
"bundle": "directus-extension-my-bundle"
}
]
}List the installed extensions and their configuration in the project.
Successful request
{
"data": [
{
"bundle": "directus-extension-my-bundle"
}
]
}