GET /api/admin/dashboard/
Returns the new and active users for the last 24 hours, 7 days and 30 days. The previous_
values are the values of the period before, so for example previous_new_users_last_24_hours
are the new users that signed up from 48 to 24 hours ago. It can be used to calculate an increase or decrease in the amount of signups. A list of the new and active users for every day for the last 30 days is also included.
Servers
- /
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.