Coach Get Profile - TrainingPeaks/PartnersAPI GitHub Wiki
Endpoint:
- /v1/coach/profile
- HTTP Method: GET
- Required Scope: coach:athletes
Example:
Testing:
https://api.sandbox.trainingpeaks.com/v1/coach/profile
Production:
https://api.trainingpeaks.com/v1/coach/profile
Returns: A coach's profile
{
"CoachId": 123456,
"FirstName": "John",
"LastName": "Doe"
}