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

KeyDatatypeRequiredDescription
effective_datestring

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{&quot;uuid&quot;:&quot;70c523ff-c71e-4474-9c83-a4ea51bd54a8&quot;,&quot;authority&quot;:&quot;State&quot;,&quot;wage&quot;:&quot;13.0&quot;,&quot;wage_type&quot;:&quot;Regular&quot;,&quot;effective_date&quot;:&quot;2022-01-01&quot;,&quot;notes&quot;:&quot;Employers with 6 or more employees&quot;}]