Sign in

Volume report (daily)

documented

Return a daily volume count

GET /reports/volumeReportsno 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://{{$brand}}.reamaze.io/api/v1/reports/volume?start_date={{$start_date}}&end_date={{$end_date}}" \
  -X GET \
  -u "{{REAMAZE_API_KEY}}:" \
  -H "Accept: application/json"