Skip to content

Get MAU count

GET
/api/v1/analytics/mau

Get monthly active user count for a month. Admin only.

Authorizations

Parameters

Query Parameters

month
required

Month (YYYY-MM)

string

Month (YYYY-MM)

tenant_id
Any of:
string

Optional tenant filter

Responses

200

Successful Response

MAU count for a month.

Attributes: month: The month (YYYY-MM). count: Approximate unique active user count.

object
count
required
integer
month
required
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string