Skip to main content
GET
/
skillsets
List Skillsets
curl --request GET \
  --url https://api.ever.day/skillsets \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Include your API key in the x-api-key header to authenticate requests.

Response

A list of skillsets.

id
string

The unique identifier of the skillset.

name
string

The name of the skillset.

description
string

A brief description of the skillset.