---
title: "Ping the server"
method: GET
path: "/ping"
tags: ["ping-controller"]
---

# Ping the server

`GET /ping`

This is used to ensure that the server is operational.

## Response `200`

OK

- PingResponse — Class representing the response to a server PING.
  - `artifactId` string — The ID of the build artifact.
  - `buildTime` string — The build time.
  - `buildVersion` string — The build version.
  - `connectedToIdentityX` boolean — Is the Glide server connected to IdentityX.
  - `id` string — The id of the Controller
  - `sdkVersion` string — The IdentityX SDK version.
  - `system` string — The name of the System
  - `systemTime` Timestamp
    - `date` integer
    - `day` integer
    - `hours` integer
    - `minutes` integer
    - `month` integer
    - `nanos` integer
    - `seconds` integer
    - `time` integer
    - `timezoneOffset` integer
    - `year` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

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