GET
/
skill_categories
/
{id}
curl --request GET \
  --url https://api.zivio.net/api/v3/skill_categories/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "id": "1234",
  "parent_id": "34",
  "name": "Other - Design & Creative",
  "slug": "other-design-creative",
  "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:

"1234"

parent_id
integer
Example:

"34"

name
string
Example:

"Other - Design & Creative"

slug
string
Example:

"other-design-creative"

created_at
string
updated_at
string