GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
These docs are for v2023-09-01. Click to read the latest docs for v2024-04-01.

Get minimum wages for a location

Get minimum wages for a location

scope: companies:read

Path Params
string
required

The UUID of the location

Query Params
string
Headers
string

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Responses

Response body
array of objects
object
string
required

unique identifier of a minimum wage

string
required

The wage rate for a minimum wage record. Represented as a float, e.g. "15.0".

string
required

The type of wage the minimum wage applies to, e.g. "Regular", "Regular-Industry-Specific".

date
required

The date the minimum wage rule is effective on.

string
required

The governing authority that created the minimum wage, e.g. "City", "State", or "Federal".

string

Description of parties the minimum wage applies to.

404

Not Found

The requested resource does not exist. Make sure the provided ID/UUID is valid.

Language
Credentials