API ReferenceAnalytics

Unique users per day

POST
/projects/{project_id}/analytics/count-unique-users-per-day
AuthorizationBearer <token>

Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.

In: header

Path Parameters

project_idstring

The project this request addresses. It must belong to the token's organization, or be the project of a project-scoped credential.

event_name?string|null
start_date?string|null
end_date?string|null
filter_groups?|null

Response Body

curl -X POST "https://api.logspot.io/v1/projects/string/analytics/count-unique-users-per-day" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty
Empty