Skip to main content
GET
/
api
/
career
/
coaches
Career Coaches
curl --request GET \
  --url https://api.example.com/api/career/coaches
{
  "coaches": [
    {
      "company": "<string>",
      "follow": "<string>",
      "gap": "<string>",
      "learn": "<string>",
      "name": "<string>",
      "title": "<string>",
      "why": "<string>",
      "your_move": "<string>"
    }
  ],
  "target_level": "",
  "target_role": ""
}

Response

200 - application/json

Successful Response

Personalized coaches tied to the user's career gaps.

coaches
CoachRecommendation · object[]
target_level
string
default:""
target_role
string
default:""