Skip to main content
GET
/
api
/
user-skills
List User Skills
curl --request GET \
  --url https://api.example.com/api/user-skills
{
  "count": 123,
  "skills": [
    "<string>"
  ]
}

Query Parameters

source
string | null

Response

Successful Response

count
integer
required
skills
string[]
required