---
title: "Authenticated ping"
method: GET
path: "/api/v1/ping"
tags: ["v1"]
---

# Authenticated ping

`GET /api/v1/ping`

Proves the /v1 machine-auth boundary. Returns pong for a valid organization API key or scoped OAuth JWT.

## Response `200`

Credential accepted

- V1PingResponse
  - `pong` true, required

## Other responses

- `401` — Missing or invalid API key or OAuth access token

---

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