Skip to main content
GET
/
analytics
/
user
/
{userId}
Fetch analytics for a specific user
curl --request GET \
  --url https://api.artosai.com/analytics/user/{userId} \
  --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

userId
string
required

Query Parameters

timeRange
enum<string>
Available options:
daily,
weekly,
monthly
startDate
string
endDate
string

Response

200 - application/json

User analytics

The response is of type object.