Users

Get Users Daily Active

GET
/v1/project/{idOrSlug}/users/daily-active

Authorization

apiKeyAuth
x-api-key<token>

FastStats API key. Pass it in the x-api-key header or as a Bearer token in the Authorization header.

In: header

Path Parameters

idOrSlug*string

Query Parameters

cohort?|null

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/project/string/users/daily-active"
{  "activeToday": 0,  "activeTodayTrend": 0}