---
title: "Get player's teammates"
method: GET
path: "/teammates/{player}"
tags: ["Teammate"]
---

# Get player's teammates

`GET /teammates/{player}`

Retrieves a list of teammates for a specified player UUID, optionally including friends data if a valid API key is provided. Data is cached for performance.

## Path parameters

- `player` string, required

## Headers

- `api-key` string

## Request body

- object

## Response `200`

Successfully retrieved teammate data

- TypesPlayerTeammateModel[]
  - `coop_id` string
  - `created_at` string
  - `first_acknowledgement` string
  - `player_uuid` string
  - `source` string
  - `teammate_uuid` string

## Other responses

- `400` — Bad Request: Invalid UUID format

---

[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)
