List scored call data
documentedRetrieve scored call data in JSON or XML (USA).
GET https://app.calldrip.com/api/scoreddataCallsno 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://app.calldrip.com/api/scoreddata?apikey={{CALLDRIP_API_KEY}}&fromDate={{$fromDate}}&toDate={{$toDate}}&returnType={{$returnType}}" \
-X GET \
-H "Accept: application/json"