Sign in

Get voice broadcast statistics

documented

Query statistics for a voice broadcast.

GET /v2/campaigns/broadcasts/{id}/statsCampaignsno 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.callfire.com/v2/calls/broadcasts/{{$id}}/stats?begin={{$begin}}&end={{$end}}&fields={{$fields}}" \
  -X GET \
  -u "{{CALLFIRE_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get voice broadcast statistics · callfire · OpenIntegrations