Enterprise API
Enterprise Premium Timeseries Distribution
Enterprise API
Description: Retrieves the premium/non-premium users distribution based on the specified handle for the last 60 days.
Parameters:
handle
: The handle of the application (ensure it does not include @)
Header
x-api-key
: Your API Key (Dashboard->Settings)
Returns:
ApplicationPremiumTimeseriesResponse
: The response containing the premium/non-premium users distribution. It contains the following fields:data
: The list of premium/non-premium users distribution with the following fields:date
: The date of the distribution.premium_users
: The number of premium users.non_premium_users
: The number of non-premium users.
handle
: The handle of the application.status_code
: The status code of the response.message
: The message of the response.
GET
/
enterprise
/
{handle}
/
premium-timeseries
Authorizations
Your API Key (Dashboard->Settings)
Path Parameters
Handle of the application