Skip to main content
GET
Returns minimum wage rates by location (address or coordinates) and effective date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

streetAddress1
string
streetAddress2
string
city
string
state
string
zipCode
string
latitude
number<double>
longitude
number<double>
effectiveDate
string<date-time>
required
useAddressSuggestion
boolean
default:false

If true then invalid addresses will use the first suggested address that closely matches the input address. If a suggestion cannot be found, geocoding will be based on the ZIP code. The useAddressSuggestion parameter is optional, if omitted its default value is false. If suggested address or geocode based on the ZIP code is used we cannot guarantee the accuracy of the results.

Response

200 - application/json

OK

rates
object[]
normalizedAddress
object
normalizedCoordinates
object
resultMessages
object
errorMessages
object