---
title: "GET /info"
method: GET
path: "/info"
tags: ["General"]
---

# GET /info

`GET /info`

General information about the notary server

## Headers

- `Authorization` string

## Response `200`

Info response from server

- InfoResponse
  - `version` string, required — Current version of notary server
  - `publicKey` string, required — Public key of notary server for its notarization transcript signature
  - `gitCommitHash` string, required — The git commit hash of source code that this notary server is running
  - `gitCommitTimestamp` string, required — The git commit timestamp of source code that this notary server is running

## Other responses

- `401` — API key is invalid

---

[API](https://skmtc.dev/0xfreysa/apis/notary-server.md) · [All operations](https://skmtc.dev/0xfreysa/apis/notary-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/0xfreysa/notary-server/revisions/34e0d1f6fd43/schema)
