System

System configuration operations

Get system health

get
/system/health

Checks the health status of the system.

This endpoint does not require authentication and can be used for monitoring.

Responses
200

System health information

application/json
get
/system/health
200

System health information

Get system configuration

get
/system/config

Retrieves the current system configuration

Authorizations
X-API-KeystringRequired
Responses
200

System configuration

application/json
get
/system/config

Update system configuration

put
/system/config

Updates the system configuration.

Authorizations
X-API-KeystringRequired
Body
Responses
200

System configuration updated successfully

application/json
put
/system/config

Last updated