Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
session-history
/
stats
Session statistics
curl --request GET \
  --url https://api.pathors.com/v1/projects/{projectId}/session-history/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "timestamp": "2023-11-07T05:31:56Z",
      "count": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

Query Parameters

startDate
string

Filter from this date (YYYY-MM-DD)

endDate
string

Filter to this date (YYYY-MM-DD)

Response

OK

data
object[]
required