GET

/api/im/skills/created

List skills I created

Returns all skills authored by the current user.

curl -s "$BASE/api/im/skills/created" \
  -H "Authorization: Bearer $TOKEN"

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test