Athlete Get profile - TrainingPeaks/PartnersAPI GitHub Wiki
- /v1/athlete/profile
- HTTP Method: GET
- Required Scope: athlete:profile
Example:
Testing:
https://api.sandbox.trainingpeaks.com/v1/athlete/profile
Production:
https://api.trainingpeaks.com/v1/athlete/profile
Returns: An athlete’s profile
{
"Id": 123456,
"FirstName": "John",
"LastName": "Doe",
"Email": "[email protected]",
"TimeZone": "America/Denver",
"BirthMonth": "1980-10",
"Sex": "m",
"CoachedBy": 987654,
"Weight": 87.5223617553711,
"IsPremium": true,
"PreferredUnits": "English"
}
Note: Weight is in kilograms
Note: IsPremium indicates if the athlete has access to Premium features. (Athletes with trial subscription to premium features are excluded.)