---
title: "Gets server configuration"
method: GET
path: "/api/server/config"
tags: ["Server Configuration"]
---

# Gets server configuration

`GET /api/server/config`

## Response `200`

The configured server configuration if available, otherwise the detected values.

- ServerConfig
  - `php_cli` string — Path to the PHP command line.
  - `cloud` object
    - `enabled` boolean — Whether the Composer Resolver Cloud is used when updating packages.
    - `issues` string[]

---

[API](https://skmtc.net/contao/apis/contao-manager-api.md) · [All operations](https://skmtc.net/contao/apis/contao-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contao/contao-manager-api/revisions/074d8046de13/schema)
