Skip to main content
GET
/
{team_id}
/
time
/
tracking
/
overrides
List per-user rate overrides
curl --request GET \
  --url https://api.superthread.com/v1/{team_id}/time/tracking/overrides \
  --header 'Authorization: Bearer <token>'
{
  "user_rate_overrides": [
    {
      "user_id": "uR2dws11",
      "rate_cents": 15000
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Response

List of per-user rate overrides

user_rate_overrides
object[]