---
title: "Hello"
method: GET
path: "/core/v1/hello"
tags: ["Hello"]
---

# Hello

`GET /core/v1/hello`

Returns basic information about the API server (useful for testing connectivity and version checks).

## Response `200`

A successful response.

- HelloResponse
  - `motd` string, required — Motd is a message of the day. It might provide some useful information.
  - `serverName` string, required — ServerName is an identfier for which server is being accessed.
  - `serverTime` string, required — ServerTime is the current date/time at the server.
  - `username` string, required — Username is the account name you are currently logged into.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden - you do not have permission to perform this action.
- `405` — Method not allowed.
- `429` — Rate limit has been exceeded.
- `500` — Internal server error.
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

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