Fetches all rates

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
number
required

Team ID

Responses
200

Success

Example Response

mosaic_id is the Rate ID in this case


{
  rates: [{
    created_at: "2019-08-03T09:23:18.348-04:00",
    currency_code: "USD",
    description: "Engineer",
    is_cost_rate: false,
    is_custom: false,
    is_default: false,
    mosaic_id: 123,
    mosaic_team_id: 12345,
    multiplier_high: null,
    multiplier_low: null,
    rate: "175.0",
    updated_at: "2021-07-06T09:59:53.668-04:00"
  }]
}
401

Invalid Authentication Key and/or Team ID

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!