Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
leaderboard
Rank reps in an org
curl --request GET \
  --url http://localhost:3000/v1/orgs/{org_id}/leaderboard \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Query Parameters

period
enum<string>
Available options:
7d,
30d,
90d
sort_by
enum<string>
Available options:
score,
volume,
improvement
limit
integer
Required range: 1 <= x <= 100

Response

200

Default Response