Coach profile (client access)
Get Coach Profile
GET https://api.stretch.com/api/v1/coach/{coach_id}/profile
Checks the coach's profile using a unique coach id to call out the function and returns all information regarding their profile.
Code sample
Response
PublicCoachProfileOut
{
"firstName": "John",
"lastName": "Smith",
"phone": "+97100000000",
"whatsapp": "+97100000000",
"gender": "male",
"description": "string",
"languages": "object",
"avatarUrl": "string",
"mediaType": "string",
"mediaUrl": "string",
"mediaPreviewUrl": "string",
"rating": 55.12,
"serviceTypes": [],
"services": [],
"images": [],
"videos": [],
"certificates": [],
"distance": 55.12,
"experience": 1,
"price": 55.12,
"minPrice": 55.12,
"maxPrice": 55.12,
"priceCurrency": "string",
"sessionCount": 1234,
"verified": False
}