Sign in

Show media stats by date

documented

Retrieve daily stats for a video.

GET /modern/stats/medias/{mediaId}/stats/by_dateMediano implementation yet0 runs
No 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://api.wistia.com/modern/stats/medias/{{$media_id}}/by_date?start={{$start}}&end={{$end}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Show media stats by date · wistia · OpenIntegrations