Get minimum wages for a location
GET {{baseUrl}}/v1/locations/:location_uuid/minimum_wages?effective_date=<string>
Get minimum wages for a location
scope: companies:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
effective_date | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Accept | string |
RESPONSES
status: OK
[{"uuid":"70c523ff-c71e-4474-9c83-a4ea51bd54a8","authority":"State","wage":"13.0","wage_type":"Regular","effective_date":"2022-01-01","notes":"Employers with 6 or more employees"}]