cURL
curl --request GET \ --url https://api.rippling.com/platform/api/company_leave_types \ --header 'Authorization: Bearer <token>'
[ { "id": "5b998dfb40cae798a83e8874", "leaveType": "VACATION", "name": "Vacation", "description": "", "isUnpaid": false } ]
Retrieves the current company leave types. The query can be filtered by managedBy field.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Unique identifier of the company leave request
Company leave type key
Company leave type name
Is leave type unpaid