Skip to main content
GET
/
platform
/
api
/
company_leave_types
GET Company Leave Types
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
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

managedBy
string

Response

200 - application/json

OK

id
string

Unique identifier of the company leave request

leaveType
string

Company leave type key

name
string

Company leave type name

description
string
isUnpaid
boolean

Is leave type unpaid