Sign in

Get call reports by campaign

documented

Retrieve call reports for a campaign.

GET /reports/calls/{campaignid}Reports (Legacy)no 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://www.callfire.com/cloud/1/reports/calls/{{$campaignid}}?apikey={{CALLFIRE_API_KEY}}&offset={{offset}}&startDate={{startDate}}&stopDate={{stopDate}}" \
  -X GET \
  -H "Accept: text/plain" \
  -H "Content-Type: text/plain"