Retrieve Labor Settings

Minimum Plan Required: Comp

Sample Response

{
    "data": {
        "company_id": 1234,
        "consecutive_days_threshold": 7,
        "consecutive_days_multiplier": 1.5,
        "regular_rate_of_pay_enabled": true,
        "exception_cost_enabled": true,
        "overtime_by_location_enabled": false,
        "auto_break_enabled": false,
        "auto_break_hours": 8,
        "auto_break_minutes": 30,
        "auto_break_hours_2": 0,
        "auto_break_minutes_2": 0,
        "overtime_enabled": true,
        "daily_overtime_threshold": 8,
        "daily_overtime_multiplier": 1.5,
        "premium_overtime_threshold": 12,
        "premium_overtime_multiplier": 2,
        "weekly_overtime_threshold": 40,
        "weekly_overtime_multiplier": 1.5,
        "ot_alerts_enabled": true,
        "ot_alerts_buffer_minutes": 30,
        "split_hours_on_holidays": true,
        "wage_based_roles_enabled": true,
        "jurisdiction": "california",
        "is_custom": false,
        "use_jurisdiction_minimum_wage_for_ot": false
    },
    "object": "labor_settings"
}
Language
Authorization
Click Try It! to start a request and see the response here!