Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 453 Bytes

core.md

File metadata and controls

23 lines (12 loc) · 453 Bytes

Core API Documentation

All core API routes are prefixed by /core.

GET /

Provides basic information about the current RediBox setup.

GET /host-info

Returns a payload response directly from the hostInfo() RediBox method.

GET /scripts

Returns all injected lua scripts.

GET /hooks

Returns an array of all installed RediBox hooks.

GET /hooks/:hook

Returns all information about a specific installed hook.