S.I.M.P LogoS.I.M.P

Config

Endpoint for retrieving backend configuration.

This endpoint provides the current backend configuration.

GET /api/config

Get the current configuration as JSON.

Example

curl http://localhost:8080/api/config

Response

{
  "enable_ip_tracking": true | false,
  "max_file_size": string,
}

Errors

  • 500: Internal server error

On this page