---
title: "Post Player Pings"
method: POST
path: "/ping"
tags: ["Ping"]
---

# Post Player Pings

`POST /ping`

Submits a batch of player ping data to be stored.

## Request body

- TypesPlayerPingModel[]
  - `lobbyId` string
  - `ping` integer
  - `uuid` string

## Response `200`

Successfully posted ping data

- object
  - `ping` TypesPlayerPingModel[]
    - `lobbyId` string
    - `ping` integer
    - `uuid` string

## Other responses

- `400` — Bad request, e.g., invalid input body
- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

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