GET
/
v1
/
sellits
/
{sellitId}
/
analytics
/
stats
curl --request GET \
  --url https://app.sellitbr.com/api/v1/sellits/{sellitId}/analytics/stats \
  --header 'Authorization: Bearer <token>'
{
  "stats": {
    "totalViews": 123,
    "totalStarts": 123,
    "totalCompleted": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sellitId
string
required

Query Parameters

timeFilter
enum<string>
default:today
Available options:
today,
last7Days,
last30Days,
yearToDate,
allTime

Response

200
application/json
Successful response
stats
object
required