List extension
GET/v3/config/extensions
Lists all available extensions in the platform
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
extensions objectrequired
A map of extension IDs whose values indicate whether the extension is enabled
property name* object
enabled booleanrequired
Indicates if this extension is enabled
name string
Defines the name of the extention
description string
Defines the description of the extention
{
"extensions": {}
}
Loading...