Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
reps
/
{rep_id}
/
stats
Rep score aggregates and trend
curl --request GET \
  --url http://localhost:3000/v1/orgs/{org_id}/reps/{rep_id}/stats \
  --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
rep_id
string
required

Query Parameters

from
string<date-time>
to
string<date-time>
granularity
enum<string>
Available options:
day,
week,
month

Response

200

Default Response