Number of Activated Users in Network

CUSTOM-ENDPOINT

GET https://api.speakap.io/networks/:eid/stats/activated-users

CUSTOM-REQUEST

  • URI: /networks/{networkEID}/stats/activated-users
  • Method: GET
  • Authentication: OAuth 2.0

Parameters

NameTypeDescription
networkEIDEIDNetwork EID

Filters

NameTypeDescription
periodsstringDate range for statistics. Possible values are: today, yesterday, last_7_days, last_week, last_30_days, last_month

Parameter period equals to last_week will return data for last calendar week (from Monday to Sunday). Filter last_month has same behaviour.

Response

StatusData
200Valid: returns a Statistics object with Users entry objects under data key
400Invalid request data: returns an Error object
401Unauthorized: returns an Error object