---
title: "Submit a Guess the Player guess"
method: POST
path: "/api/games/guess-player/session/guess"
tags: ["Games"]
---

# Submit a Guess the Player guess

`POST /api/games/guess-player/session/guess`

## Request body

- object
  - `sessionId` string, required
  - `guess` string, required

## Response `200`

{ correct, remaining }

## Other responses

- `400` — VALIDATION_ERROR
- `401` — UNAUTHORIZED

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
