get_logged_in_athlete
Fetch the authenticated athlete's profile data, returning a detailed representation with profile:read_all scope, or a summary otherwise.
Instructions
Get Authenticated Athlete
Endpoint: GET /athlete
Description: Returns the currently authenticated athlete. Tokens with profile:read_all scope will receive a detailed athlete representation; all others will receive a summary representation.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||