GET /interfaces
# Extensions
Directus can easily be extended through the addition of several types of extensions, including layouts, interfaces, and modules.
# List Interfaces
List all installed custom interfaces.
{
"data": []
}
# List Layouts
List all installed custom layouts.
GET /layouts
{
"data": []
}
# List Modules
List all installed custom modules.
GET /modules
{
"data": []
}