Get MAU usage by category
Get time-series arrays of the number of monthly active users (MAU) seen by LaunchDarkly from your account, broken down by the category of users. The category is either browser, mobile, or backend.<br/><br/>Endpoints for retrieving monthly active users (MAU) do not return information about active context instances. After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should not rely on this endpoint. To learn more, read Account usage metrics.
Query parameters
The series of data returned starts from this timestamp. Defaults to 30 days ago.
The series of data returned starts from this timestamp. Defaults to 30 days ago.
The series of data returned ends at this timestamp. Defaults to the current time.
The series of data returned ends at this timestamp. Defaults to the current time.
Response
Usage response
Example response
{
"series": [
{
"0": 11,
"1": 15,
"time": 1677888000000
}
]
}