Get settings

GET /api/fleet/settings

Responses

GET /api/fleet/settings
curl \
 -X GET http://localhost:5601/api/fleet/settings
Response examples (200)
{
  "item": {
    "fleet_server_hosts": [
      "string"
    ],
    "has_seen_add_data_notice": true,
    "id": "string",
    "prerelease_integrations_enabled": true
  }
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}