To see the detailed statistics for your team -> execute a GET request against /statistics
By default it returns the statistics for the current subscription period.
You can choose a custom period with the date_start and date_end query params.
By default all metrics are returned. If you are interested only in concrete metrics you can filter them out with the metrics query param. Separate with a comma if multiple metrics.
api/v1/statistics?metrics=participation_minutes,max_concurrent_participants
Request
curl --request GET \
--url https://api.digitalsamba.com/api/v1/statistics \
--user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY