---
title: "Get server information"
method: GET
path: "/v3/serverinfo"
tags: ["Server Info"]
---

# Get server information

`GET /v3/serverinfo`

This API endpoint returns basic information about the API server, including the current server time, environment, and application version. This endpoint can be used to verify API availability and confirm which environment (e.g., staging, certification, production) the client is connected to.

## Response `200`

Server Info

- ServerInfoResponse
  - `serverName` string — The name of the current server the client is connected to.
  - `serverTime` string, date-time — The current server time the client is connected to.
  - `environment` string — The current environment the client is connected to.
  - `version` string

## Other responses

- `400` — Invalid Request

---

[API](https://skmtc.net/payarc/apis/payarc-sandbox.md) · [All operations](https://skmtc.net/payarc/apis/payarc-sandbox/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payarc/payarc-sandbox/revisions/face82bdd778/schema)
