Export scheduled calls list
documentedRetrieve the list of currently scheduled calls.
GET /Reports/ScheduledCalls/{API-Key}?format={responseFormat}Reportsno 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://api.drips.com/v1/Reports/ScheduledCalls/{{$api_key}}?format={{$responseFormat}}" \
-X GET \
-H "Authorization: Bearer {{DRIPS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"