get https://api.gusto-demo.com/v1/locations//minimum_wages
Get minimum wages for a location
scope: companies:read
Responses
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
Get minimum wages for a location
scope: companies:read
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
xxxxxxxxxx
curl --request GET \
--url https://api.gusto-demo.com/v1/locations/location_uuid/minimum_wages \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"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"
}
]