---
title: "Ping"
method: GET
path: "/ping"
tags: ["Auth"]
---

# Ping

`GET /ping`

No-op authorization test endpoint. Returns a 200 if requested with a valid Bearer auth token.
Any valid authorization token with any scope will be able to get a 200 from this endpoint.

## Headers

- `Arcadia-Version` string, required

## Response `200`

Success

- PingResponse
  - `pong` boolean, required — Always true

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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