---
title: "Get minimum wages for a location"
method: GET
path: "/v1/locations/{location_uuid}/minimum_wages"
tags: ["Locations"]
---

# Get minimum wages for a location

`GET /v1/locations/{location_uuid}/minimum_wages`

Get minimum wages for a location

scope: `companies:read`

## Path parameters

- `location_uuid` string, required

## Query parameters

- `effective_date` string

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

successful

- MinimumWage[]
  - `uuid` string, required — unique identifier of a minimum wage
  - `wage` string, float, required — The wage rate for a minimum wage record. Represented as a float, e.g. "15.0".
  - `wage_type` string, required — The type of wage the minimum wage applies to, e.g. "Regular", "Regular-Industry-Specific".
  - `effective_date` string, date, required — The date the minimum wage rule is effective on.
  - `authority` string, required — The governing authority that created the minimum wage, e.g. "City", "State", or "Federal".
  - `notes` string — Description of parties the minimum wage applies to.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
