---
title: "Show server information"
method: GET
path: "/_info"
tags: ["ledger.v1"]
---

# Show server information

`GET /_info`

## Response `200`

OK

- ConfigInfoResponse
  - `data` ConfigInfo, required — Configuration and version information for the ledger server
    - `config` Config, required — Configuration the ledger server is running with
      - `storage` LedgerStorage, required — Storage backend the ledgers are held in
        - `driver` string, required — Name of the storage driver backing the ledgers
        - `ledgers` string[], required — Names of the ledgers held in this storage backend
    - `server` string, required — Name of the server serving the API
    - `version` string, required — Version of the ledger service
    - `experimentalFeatures` string[] — Experimental feature flags enabled on this deployment

## Other responses

- `default` — Error

## Changes

- **2026-06-02** `4276c5de95a7` — 1 info
  - added the optional property `data/experimentalFeatures` to the response with the `200` status

[Change history](https://skmtc.dev/formancehq/apis/ledger-api/changes/_info/get.md)

---

[API](https://skmtc.dev/formancehq/apis/ledger-api.md) · [All operations](https://skmtc.dev/formancehq/apis/ledger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formancehq/ledger-api/revisions/fe945da1b75d/schema)
