Get current user's skills
Retrieves all skills associated with the currently authenticated user. Returns a list of technical and professional skills for personal profile management.
Responses
Request Example for get/data/v1/me/skills
curl https://cli.wseng.ai/data/v1/me/skills \
--header 'x-api-key: YOUR_SECRET_TOKEN'
[
{
"person": "string",
"skills": {
"additionalProperty": "None"
}
}
]