---
title: "Get Authenticated Athlete"
method: GET
path: "/athlete"
tags: ["Athletes"]
---

# Get Authenticated Athlete

`GET /athlete`

Returns the currently authenticated athlete. Tokens with profile:read_all scope will receive a detailed athlete representation; all others will receive a summary representation.

## Response `200`

Profile information for the authenticated athlete.

- DetailedAthlete — unresolved $ref

## Other responses

- `default` — Unexpected error.

---

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