---
title: "Get Server Metadata"
method: GET
path: "/api/info"
tags: ["Utility Endpoints"]
---

# Get Server Metadata

`GET /api/info`

get the server version and enabled features

## Response `200`

API information retrieved successfully

- InfoResponse
  - `version` string, required — The server version.
  - `features` string[], required — the features that the server supports.

## Other responses

- `400`
- `401`
- `403`
- `500`

---

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