curl --location --request GET 'https://api.personio.de/v1/company/time-off-types'
{
"data": [
{
"attributes": {
"name": "Paid vacation"
},
"id": 1234,
"type": "TimeOffType"
},
{
"attributes": {
"name": "Home office"
},
"id": 1235,
"type": "TimeOffType"
}
],
"success": true
}