List widgets
documentedRetrieve all widgets for the account (paginated).
GET /api/v1/external/widgets/allWidgetsno 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://core.callpage.io/api/v1/external/widgets/all?offset={{$offset}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: {{CALLPAGE_API_KEY}}"