Skip to main content
GET
My Skills

My Skills

Get skills submitted by the current API key owner. Only skills with:
  • review_status = 2 (approved)
  • is_visible = 1 (visible)
are returned.

Endpoint

GET /agent/skill/my-skills

Headers

Query Params

Example

Response Example

Authorizations

Authorization
string
header
default:YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
enum<integer>

Skill category: 1=Official, 2=Partner

Available options:
1,
2
limit
integer
default:20

Page size (default 20, max 100)

Required range: 1 <= x <= 100
offset
integer
default:0

Pagination offset

Required range: x >= 0

Response

200 - application/json

Skill list

list
object[]