---
title: "Check connectivity and authentication"
method: GET
path: "/system/ping"
tags: ["System"]
---

# Check connectivity and authentication

`GET /system/ping`

This endpoint allows you to verify connectivity to the API and validate your authentication credentials.
A successful response indicates that the API is reachable and your credentials are valid.


**Required scope:** <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">system:read</code>

## Response `200`

Success

- object
  - `environment` string
  - `time` string, date-time

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/easypay/apis/easypay-payments-api.md) · [All operations](https://skmtc.net/easypay/apis/easypay-payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easypay/easypay-payments-api/versions/cdf25a9ad7b2/schema)
