cURL
curl --request GET \ --url https://api.ever.day/skillsets \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "description": "<string>" } ]
Retrieve a list of all available skillsets. This endpoint returns only the id, name, and description of each skillset.
id
name
description
Include your API key in the x-api-key header to authenticate requests.
x-api-key
A list of skillsets.
The unique identifier of the skillset.
The name of the skillset.
A brief description of the skillset.