Skip to main content
GET
/
rate-cards
Get Rate Cards
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/rate-cards \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "roles_id": "<string>",
    "skillset": "<string>",
    "billing_rate": "<string>",
    "pay_rate": "<string>",
    "hourly_type": "hourly",
    "daily_overtime_cutoff": "<string>",
    "daily_doubletime_cutoff": "<string>",
    "selected_payroll_rules": [
      "<string>"
    ]
  }
]
This endpoint returns all rate cards with their per-skillset billing and pay rate configuration. Each entry represents a rate card–skillset combination with its associated rates and payroll rules.

Authorizations

X-API-KEY
string
header
required

Response

OK

id
string

Rate card identifier

name
string

Rate card name

roles_id
string

Associated skillset (role) identifier

skillset
string

Skillset name

billing_rate
string

Billing rate charged to the client

pay_rate
string

Pay rate for the worker

hourly_type
enum<string>

Rate calculation type

Available options:
hourly,
shift
daily_overtime_cutoff
string | null

Hours before daily overtime kicks in

daily_doubletime_cutoff
string | null

Hours before daily double-time kicks in

selected_payroll_rules
string[]

Advanced payroll rule IDs applied to this rate card entry