Skip to main content
GET
/
api
/
public
/
v1
/
skill
List skills
curl --request GET \
  --url https://live1-service-7042312-f94c764b.us.monday.app/api/public/v1/skill \
  --header 'Authorization: Bearer <token>'
[
  {
    "accountId": "<string>",
    "name": "<string>",
    "_id": "<string>",
    "createDate": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

accountId
string
required

Account this skill belongs to.

name
string
required

Display name of the skill.

_id
string

Unique identifier of the skill.

createDate
string<date-time>

UTC timestamp when the skill was created.