cURL
curl --request GET \ --url https://api-staging.respondent.io/v1/skills \ --header 'x-api-key: <x-api-key>' \ --header 'x-api-secret: <x-api-secret>'
{ "totalResults": 123, "page": 1, "pageSize": 50, "results": [ { "createdAt": "<string>", "updatedAt": "<string>", "name": "<string>", "slug": "<string>", "validated": false, "type": "skill", "count": 0, "id": "<string>" } ] }
Character Limit: min 3 and max 100
The response is of type object.
object