GET
/
skills
/
{id}
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"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required

Response

200
*/*
ok
id
integer
Example:

"123"

name
string
Example:

"Acquisitions"

slug
string
Example:

"acquisitions"

created_at
string
updated_at
string