curl --request GET \ --url https://api.zivio.net/api/v3/skills/{id} \ --header 'X-API-Key: <api-key>' \ --header 'zivio-tenant-id: <api-key>'
{ "id": "123", "name": "Acquisitions", "slug": "acquisitions", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
The response is of type object.
object