/
FL
floik
/
Floik Authentication Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
Authentication Controller
10
External Authentication Controller
1
Internal Authentication Controller
6
Kong Admin Controller
27
get
Get service by ID
put
Update service
delete
Delete service
post
Add upstream
post
Add target to upstream
get
Get all services
post
Add a new service
get
Get service routes
post
Add route to service
get
Get service plugins
post
Add plugin to service
get
Get all consumers
post
Add consumer
post
Add JWT credential to consumer
get
Get all routes
get
Get route by ID
delete
Delete route
get
Get all plugins
get
Get plugin by ID
delete
Delete plugin
get
Get all locks added in cache
get
Get consumer by ID
delete
Delete service route
delete
Delete service plugin
delete
Delete consumer by name
delete
Delete JWT credential
delete
Delete anonymous users
Root Controller
3
User Analytical Controller
2
User Authentication Cache Controller
3
Kong Admin Controller
Get all plugins
Retrieves all plugins with pagination
get
/v1/kong-admin/plugins
Response
Plugins retrieved successfully
PluginListResponse
required
data
Plugin[]
next
string
offset
string
Changes