---
title: "Ping"
method: GET
path: "/util/ping"
tags: ["Utility endpoints"]
---

# Ping

`GET /util/ping`

Make a basic ping request to the API. This is useful to verify that
authentication is functioning correctly. On authentication success an
HTTP `200` status is returned. On failure an HTTP `401` error response
is returned.

## Response `200`

Successful Response

- PingResponse — Basic ping response to verify authentication.
  - `meta` object, required
    - `id` string, required — The unique identifier of the authenticated customer.
    - `statusEmoji` string, required — A cute emoji that represents the response status.

## Other responses

- `401` — Not Authorized

---

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