---
title: "Returns basic information about the service."
method: GET
path: "/info"
tags: ["info"]
---

# Returns basic information about the service.

`GET /info`

Returns service information. An in-built Spring endpoint.

## Response `200`

A JSON of basic information about the service.

- object
  - `name` string
  - `version` string
  - `origin` string
  - `commit` string
  - `branch` string
  - `built` string, date-time

## Other responses

- `404` — The service is incorrectly configured.

---

[API](https://skmtc.net/office-of-national-statistics/apis/case-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/case-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/case-service-api/revisions/dcc0c657a75b/schema)
