Get all available plugins
GET/v1/plugin
Get all available plugins
Request
Responses
- 200
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
authFlow string
Possible values: [OAUTH
, BASIC
, TOKEN
, FORM
, LDAP
]
creationDate date-time
details
object
enabled boolean
groupType string
name string
type int64
[
{
"authFlow": "OAUTH",
"creationDate": "2024-10-01T12:00:43.240Z",
"details": {},
"enabled": true,
"groupType": "string",
"name": "string",
"type": 0
}
]
Loading...