Skip to main content

get_config

Read the current runtime configuration from the EyesOnIt server.

  • Method: GET
  • Path: /get_config

Success Response

{
"success": true,
"message": null,
"data": {
"license": {},
"logging": {},
"search": {}
}
}

The exact configuration object depends on the server version and deployment configuration. Treat license keys, tokens, hostnames, file paths, and customer-specific values as sensitive.