Sign in

List scored call data

documented

Retrieve scored call data in JSON or XML (USA).

GET https://app.calldrip.com/api/scoreddataCallsno 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://app.calldrip.com/api/scoreddata?apikey={{CALLDRIP_API_KEY}}&fromDate={{$fromDate}}&toDate={{$toDate}}&returnType={{$returnType}}" \
  -X GET \
  -H "Accept: application/json"