Get members stats
documentedRetrieve members statistics for a period.
GET /stats/membersUsage statsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://blogin.co/api/rest/stats/members?start_date={{$start_date}}&end_date={{$end_date}}&page={{$page}}&limit={{$limit}}&sort={{$sort}}" -X GET -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer {{BLOGIN_API_KEY}}"